Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion static/app/bootstrap/initializeSdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,11 @@ export function initializeSdk(config: Config) {
* encountered an error during installation.
* Failed to register a ServiceWorker with script
* https://org-slug.sentry.io/service-worker.js: unsupported MIME type
* Failed to update a ServiceWorker for scope https://org-slug.sentry.io/
* with script https://org-slug.sentry.io/service-worker.js:
* ServiceWorker cannot be started (Chrome Mobile, storage/environment issues)
*/
/service-worker\.js.*(?:load failed|error during installation|unsupported MIME type)/i,
/service-worker\.js.*(?:load failed|error during installation|unsupported MIME type|cannot be started)/i,
/**
* React internal error thrown when something outside react modifies the DOM
* This is usually because of a browser extension or chrome translate page
Expand Down
Loading