Package + Version
Version:
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.

Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)@sentry/emberVersion:
Description
I am seeing the following runtime error when upgrading
@sentry/emberfrom 6.0.2 to 6.0.3:Uncaught Error: Assertion Failed: Missing configuration.I am initializing Sentry via
InitSentryForEmber()inapp.jswithout any arguments--DSN and other config options are pulled fromconfig/environment.jsThis issue seems related to #3174 but I am using neither Embroider nor FastBoot.