-
-
Couldn't load subscription status.
- Fork 1.7k
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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"


Expected Result
From my point of view, Sentry should check if createImageBitmap defined before call it.
Actual Result
ReferenceError Can't find variable: createImageBitmap
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Product Owner