Closed
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/wasm
SDK Version
7.53.1
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
- Setup @sentry/wasm integration.
- Init wasm with a blob url returned by
URL.createObjectURL()
. - Open the site with browser, and trigger a sentry event.
Expected Result
The event is reported to Sentry.
Actual Result
Browser throws an error TypeError: Failed to construct 'URL': Invalid URL
.
I think it's caused by:
Passing a blob:http://xxxx
to new URL()
is not legal.
Metadata
Metadata
Assignees
Labels
No labels