Skip to content

Reference error - Popsixle , Can't find variable: ttkv #9884

@saikashyap6433

Description

@saikashyap6433

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/react

SDK Version

7.39.0

Framework Version

17.0.2

Link to Sentry event

No response

SDK Setup

Sentry.init({
      dsn: DSN,
      environment: process.env.ENVIRONMENT,
      integrations: [new BrowserTracing()],
      tracesSampler: samplingContext => {
        if (PRODUCTION && samplingContext.transactionContext.op === 'pageload') {
          return 0.5;
        } else {
          return 0;
        }
      },
    });

Steps to Reproduce

This is happening in our production website , we are seeing this error across all the devices(android , iphone , windows) and chrome(120.0.0,106.0.0), safari browsers(safari 16.5.2,17.1.1,17.1.2)

Expected Result

Ideally we shouldn't be seeing any errors reported in sentry

Actual Result

But we saw around 3k errors reported because of this error. Attaching a screenshot below for reference

Screenshot 2023-12-18 at 3 06 38 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: reactIssues related to the Sentry React SDKStale

    Projects

    Status

    Waiting for: Community

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions