Skip to content

Commit 62a6b3a

Browse files
lforstLms24
authored andcommitted
Fix typo
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 6a52256 commit 62a6b3a

File tree

1 file changed

+2
-2
lines changed
  • src/platforms/javascript/common/troubleshooting

1 file changed

+2
-2
lines changed

src/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@ document.body.addEventListener(
395395
if (event.target.tagName === "IMG") {
396396
Sentry.captureMessage(
397397
`Failed to load image: ${event.target.src}`,
398-
"warning" // message severiity level
398+
"warning" // message severity level
399399
);
400400
} else if (event.target.tagName === "LINK") {
401401
Sentry.captureMessage(
402402
`Failed to load css: ${event.target.href}`,
403-
"warning" // message severiity level
403+
"warning" // message severity level
404404
);
405405
}
406406
},

0 commit comments

Comments
 (0)