We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74673fd commit 4a1fa5cCopy full SHA for 4a1fa5c
src/platforms/javascript/common/troubleshooting/index.mdx
@@ -389,12 +389,12 @@ document.body.addEventListener(
389
if (event.target.tagName === "IMG") {
390
Sentry.captureMessage(
391
`Failed to load image: ${event.target.src}`,
392
- "warning" // message severiity level
+ "warning" // message severity level
393
);
394
} else if (event.target.tagName === "LINK") {
395
396
`Failed to load css: ${event.target.href}`,
397
398
399
}
400
},
0 commit comments