We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125241a commit f8b6836Copy full SHA for f8b6836
static/app/bootstrap/initializeSdk.tsx
@@ -153,7 +153,10 @@ export function initializeSdk(config: Config) {
153
*
154
* Ref: https://bugs.webkit.org/show_bug.cgi?id=215771
155
*/
156
- 'AbortError: Fetch is aborted',
+ /AbortError: Fetch is aborted/i,
157
+ /AbortError: The operation was aborted/i,
158
+ /AbortError: signal is aborted without reason/i,
159
+ /AbortError: The user aborted a request/i,
160
/**
161
* React internal error thrown when something outside react modifies the DOM
162
* This is usually because of a browser extension or chrome translate page
0 commit comments