We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sentry Saas (sentry.io)
@sentry/react
7.114.0
17.0.2
No response
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, });
I see a lot of "ReferenceError Can't find variable: createImageBitmap"
From my point of view, Sentry should check if createImageBitmap defined before call it.
createImageBitmap
ReferenceError Can't find variable: createImageBitmap
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
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
Steps to Reproduce
I see a lot of "ReferenceError Can't find variable: createImageBitmap"
Expected Result
From my point of view, Sentry should check if
createImageBitmap
defined before call it.Actual Result
ReferenceError Can't find variable: createImageBitmap
The text was updated successfully, but these errors were encountered: