@globalbrain/sefirot 3.51.4 → 3.51.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/composables/Error.ts +2 -1
- package/package.json +1 -1
package/lib/composables/Error.ts
CHANGED
|
@@ -144,7 +144,8 @@ const ignoreErrors = [
|
|
|
144
144
|
/Network Error/,
|
|
145
145
|
/Non-Error (?:exception|promise rejection) captured/,
|
|
146
146
|
/ResizeObserver loop/,
|
|
147
|
-
/Can't find variable: gmo
|
|
147
|
+
/Can't find variable: gmo/,
|
|
148
|
+
/\[Cloudflare Turnstile\] Error: (?:10[2-46]|1106[02]|[36]00)/
|
|
148
149
|
]
|
|
149
150
|
|
|
150
151
|
export function useErrorHandler({
|