Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
Version:
6.13.0
Description
My service worker registration fails because document
is not available in service workers:
Uncaught ReferenceError: document is not defined
I consider this a breaking API change. This option should either be off by default, or it should not break Web Workers.