-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
7.51.10
Framework Version
No response
Link to Sentry event
https://sentry.sentry.io/issues/4146750272/?project=11276
SDK Setup
n/a
Steps to Reproduce
- Load the URL provided
- Scroll down to "React ErrorBoundary Error"
Expected Result
div and span should not be included in the stacktrace frames.
Actual Result
If you look under raw_stacktrace you will see the following:
{
"filename": "div",
"abs_path": "div",
"in_app": true
},
{
"filename": "span",
"abs_path": "span",
"in_app": true
}

Metadata
Metadata
Assignees
Labels
Package: reactIssues related to the Sentry React SDKIssues related to the Sentry React SDK