sentry-javascript: TypeError: d.m_ is not a function after upgrading to @sentry/ember 7.100.1

Is there an existing issue for this?

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

https://codecrafters.sentry.io/issues/4953498292/?project=5922961&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=24h&stream_index=0

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.

Screenshot 2024-02-07 at 23 58 35 Screenshot 2024-02-07 at 23 55 24 Screenshot 2024-02-07 at 23 58 46

About this issue

  • Original URL
  • State: closed
  • Created 5 months ago
  • Comments: 19 (11 by maintainers)

Commits related to this issue

Most upvoted comments

Actually, maybe the problem is that it thinks this should be lazy loaded/imported - will try to put up a fix!