You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry may not work but doesn't affect the website loading.
Issue originally appeared by removing some integrations and I didn't notice there was an additional comma on the integration list and I was just wondering why the website wasn't loading.
Actual Result
Website doesn't load, error shows on console:
bootstrap:27
Uncaught TypeError: Cannot destructure property 'name' of 'currentInstance' as it is undefined.
at integration.ts:30:1
at Array.forEach (<anonymous>)
at filterDuplicates (integration.ts:29:1)
at getIntegrationsToSetup (integration.ts:66:1)
at Module.init (sdk.ts:123:1)
at ./src/index.js (index.js:10:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at startup:7:1
at startup:7:1
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
bundle.tracing.min.js
) in your SDK setup.@sentry/angular
SDK Version
7.37.1
Framework Version
Tested with Sentry Angular and Sentry React
Link to Sentry event
There's no error captured since it happened during the SDK Initialization
SDK Setup
Steps to Reproduce
add
,,
into the integration listExpected Result
Issue originally appeared by removing some integrations and I didn't notice there was an additional comma on the integration list and I was just wondering why the website wasn't loading.
Actual Result
Website doesn't load, error shows on console:
Error seems to be throwing here: https://github.com/getsentry/sentry-javascript/blob/master/packages/core/src/integration.ts#L30
The text was updated successfully, but these errors were encountered: