sentry-javascript: TypeError: d.m_ is not a function after upgrading to @sentry/ember 7.100.1
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?
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.
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 19 (11 by maintainers)
Commits related to this issue
- ref(ember): Avoid namespace import to hopefully resolve minification issue (#10885) Let's see if this actually fixes this issue: https://github.com/getsentry/sentry-javascript/issues/10566 🤔 Maybe ... — committed to getsentry/sentry-javascript by mydea 4 months ago
- ref(ember): Avoid namespace import to hopefully resolve minification issue (#10885) Let's see if this actually fixes this issue: https://github.com/getsentry/sentry-javascript/issues/10566 🤔 Maybe ... — committed to getsentry/sentry-javascript by mydea 4 months ago
- fix(ember): Ensure browser tracing is correctly lazy loaded (#11026) It seems that this is tree shaken weirdly through the async await import, for some reason. Maybe we can overall refactor this to ... — committed to getsentry/sentry-javascript by mydea 4 months ago
Actually, maybe the problem is that it thinks this should be lazy loaded/imported - will try to put up a fix!