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/ember
SDK Version
7.100.1
Framework Version
7.100.1
Link to Sentry event
SDK Setup
Sentry.init({
autoSessionTracking: true,
dsn: config.environment === 'production' ? sentryDSN : '',
environment: config.environment,
tracesSampleRate: 0.01,
});
Steps to Reproduce
Load any page with Sentry enabled.
Expected Result
No errors in console
Actual Result
Errors are present in the console.



Metadata
Metadata
Assignees
Type
Projects
Status
No status