Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError Can't find variable: createImageBitmap #14380

Closed
3 tasks done
pahuta opened this issue Nov 20, 2024 · 1 comment
Closed
3 tasks done

ReferenceError Can't find variable: createImageBitmap #14380

pahuta opened this issue Nov 20, 2024 · 1 comment
Labels
Package: react Issues related to the Sentry React SDK

Comments

@pahuta
Copy link

pahuta commented Nov 20, 2024

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.114.0

Framework Version

17.0.2

Link to Sentry event

No response

Reproduction Example/SDK Setup

Sentry.init({
    dsn: config.SENTRY_DSN,
    integrations: [
      Sentry.browserTracingIntegration(),
      Sentry.replayIntegration({
        minReplayDuration: 1000,
        networkDetailAllowUrls: [
          config.API_URL,
        ],
        networkCaptureBodies: true,
        maskAllText: false,
        maskAllInputs: false,
        blockAllMedia: false,
      }),
      Sentry.replayCanvasIntegration(),
    ],
    tracesSampleRate: 0.2,
    replaysSessionSampleRate: 0,
    replaysOnErrorSampleRate: 1.0,
  });

Steps to Reproduce

I see a lot of "ReferenceError Can't find variable: createImageBitmap"
Image
Image

Expected Result

From my point of view, Sentry should check if createImageBitmap defined before call it.

Actual Result

ReferenceError Can't find variable: createImageBitmap

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Nov 20, 2024
@github-actions github-actions bot added the Package: react Issues related to the Sentry React SDK label Nov 20, 2024
@mydea
Copy link
Member

mydea commented Nov 20, 2024

Hello, this should be fixed on the latest version (8.x). Please update your SDK, if you still encounter the problem feel free to reopen this issue!

@mydea mydea closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: react Issues related to the Sentry React SDK
Projects
Archived in project
Development

No branches or pull requests

2 participants