diff --git a/src/main.ts b/src/main.ts index db065f73d4f0f00382670962d98c0633d1ddfd19..956ce9c4923f49aec7fce694d3ba83f19372757a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -87,9 +87,9 @@ function allowsChild(parent, child) { function hideOnError() { // When an error occurs, log it and then hide everything! const handler = e => { - Sentry.captureException(e, { - - }) + Sentry.captureException(e, { tags: { + "fatalError": true + }}); if (e.message === "ResizeObserver loop completed with undelivered notifications." || e.message === "ResizeObserver loop limit exceeded" || // hydrogen renders an <img> with src = undefined while the image is being decrypted