Commit 16ed613
authored
feat: Ignore ResizeObserver and undefined error (#10845)
We want to filter out `ResizeObserver` error since they are not
actionable and have no stacktrace and break transaction status. ref
https://stackoverflow.com/a/77680580/1139707
Also, I added to filter out undefined errors - here are two events to
Sentry to represent this.
undefined:
https://sentry.sentry.io/issues/3611187513/events/46ed8c398c234ff89baee87c5c341844/
ResizeObserver:
https://sentry.sentry.io/issues/3611187513/events/48f25ea9dfbf4bd0b84a18982ee73362/1 parent 3cb5108 commit 16ed613
File tree
2 files changed
+21
-1
lines changed- packages/core
- src/integrations
- test/lib/integrations
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
191 | 202 | | |
192 | 203 | | |
193 | 204 | | |
| |||
294 | 305 | | |
295 | 306 | | |
296 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
297 | 313 | | |
298 | 314 | | |
299 | 315 | | |
| |||
0 commit comments