-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
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/browser
SDK Version
10.33.0
Framework Version
No response
Link to Sentry event
Reproduction Example/SDK Setup
https://github.com/aelhage/sentry-webgpu
Steps to Reproduce
- Modify code to use appropriate Sentry DSN
npm inpm run start- Load localhost:1234
Expected Result
Canvas should be recorded as red/blue shape on a black background
Actual Result
Canvas is blank
Additional Context
- If
@sentry/browseris downgraded to 10.32.1 in the sample repo, it successfully captures the canvas (replay) - If the render and manual snapshot is only called once it successfully captures the canvas. It is only calling inside of the
requestAnimationFramecallback that does not seem to work. (replay, branch)
Priority
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Community