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:
@sentry/ember
Version:
6.0.3
Description
I am seeing the following runtime error when upgrading @sentry/ember
from 6.0.2 to 6.0.3:
Uncaught Error: Assertion Failed: Missing configuration.
I am initializing Sentry via InitSentryForEmber()
in app.js
without any arguments--DSN and other config options are pulled from config/environment.js
ENV['@sentry/ember'] = {
disablePerformance: true,
sentry: {
dsn: '<dsn>',
enabled: environment === 'production',
environment,
},
};
This issue seems related to #3174 but I am using neither Embroider nor FastBoot.
Metadata
Metadata
Assignees
Labels
No labels