-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
"Cannot read property 'name' of null" in 5.6.1 #2200
Copy link
Copy link
Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
Version:
5.6.1
Description
Error caught in production. I don't have any way to reproduce.
Error:
TypeError: Cannot read property 'name' of null
at _computeStackTrace(./node_modules/@sentry/browser/esm/tracekit.js:763:22)
at _traceKitWindowOnUnhandledRejection(./node_modules/@sentry/browser/esm/tracekit.js:208:30)
Source:
}
}
catch (e) { }
return {
original: ex,
>>> name: ex.name,
message: ex.message,
mode: 'failed',
};
}
computeStackTrace._augmentStackTraceWithInitialElement = _augmentStackTraceWithInitialElement;
Link to the event: https://sentry.io/share/issue/a9e9f18d850148f8bf4ef445be0840b0/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.