Commit 0e70af4
committed
fix(sentry): filter CSP unsafe-eval rejections from browser extensions
Production CSP correctly blocks extension-injected scripts that call
string-as-code evaluation, but Sentry's global onerror captures the
resulting noise. There's nothing actionable in these events — drop them
client-side via ignoreErrors so they don't burn quota.1 parent aa26ad2 commit 0e70af4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments