Commit 242ed75
authored
fix(core): Filter out unactionable CEFSharp promise rejection error by default (#14595)
We have internal [user
reports](https://sentry.slack.com/archives/CTZCE4WBZ/p1733360320054299)
about an uncaught promise rejection being thrown by a .NET library
called CEFSharp. This lib can embed chromium in a .NET app, which
means, a web page can be displayed within a .NET app. Apparently
there's some problem that spams this error to some of our users.1 parent 7f0bd25 commit 242ed75
File tree
2 files changed
+18
-0
lines changed- packages/core
- src/integrations
- test/lib/integrations
2 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
272 | 284 | | |
273 | 285 | | |
274 | 286 | | |
| |||
385 | 397 | | |
386 | 398 | | |
387 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
388 | 405 | | |
389 | 406 | | |
390 | 407 | | |
| |||
0 commit comments