Commit 4a7aa21
authored
feat(core): Default filter unactionable error (#15527)
We've been filtering a specific "undefined is not an object" error that
referenced "a.L" in our error filters. However, similar errors occured
with other uppercase letters (e.g. `a.K`) - they all represent the same
class of non-actionable error.
This pr just updates the filter to use a regex for this pattern.
ref getsentry/sentry#855311 parent 02e6d11 commit 4a7aa21
File tree
2 files changed
+31
-1
lines changed- packages/core
- src/integrations
- test/lib/integrations
2 files changed
+31
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
415 | 423 | | |
416 | 424 | | |
417 | 425 | | |
| |||
519 | 527 | | |
520 | 528 | | |
521 | 529 | | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
522 | 552 | | |
523 | 553 | | |
524 | 554 | | |
| |||
0 commit comments