Skip to content

Commit ddd00d4

Browse files
committed
fix: ignore google app errors on ios 18
x-ref: https://issues.chromium.org/issues/396043331
1 parent fb5b78b commit ddd00d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/composables/Error.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ function formatProps(props: Record<string, unknown>): string {
143143
const ignoreErrors = [
144144
/Network Error/,
145145
/Non-Error (?:exception|promise rejection) captured/,
146-
/ResizeObserver loop/
146+
/ResizeObserver loop/,
147+
/Can't find variable: gmo/
147148
]
148149

149150
export function useErrorHandler({

0 commit comments

Comments
 (0)