Skip to content

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

Closed
@rohitpaulk

Description

@rohitpaulk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: emberIssues related to the Sentry Ember SDK

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions