We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b16e43 commit 6963196Copy full SHA for 6963196
lib/composables/Error.ts
@@ -144,7 +144,8 @@ const ignoreErrors = [
144
/Network Error/,
145
/Non-Error (?:exception|promise rejection) captured/,
146
/ResizeObserver loop/,
147
- /Can't find variable: gmo/
+ /Can't find variable: gmo/,
148
+ /\[Cloudflare Turnstile\] Error: (?:10[2-46]|1106[02]|[36]00)/
149
]
150
151
export function useErrorHandler({
0 commit comments