Commit 0f1a5ac
Filter non-actionable "frame window is not ready" errors from Sentry (#8420)
The "Error: frame window is not ready" is thrown by third-party scripts
or browser internals when accessing iframe.contentWindow before the
frame has finished loading. The error string does not exist in the
source code or any dependency, confirming it originates from external
code. These errors are not actionable and create noise in Sentry.
Closes #8384
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e793cd3 commit 0f1a5ac
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| |||
0 commit comments