We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcbabd commit 1d43f21Copy full SHA for 1d43f21
packages/plugin-vue/types/bugsnag-plugin-vue.d.ts
@@ -13,7 +13,7 @@ interface VueApp {
13
config: VueConfig
14
}
15
16
-type VueErrorHandler = (err: unknown, instance: any, info: any) => void
+type VueErrorHandler = (err: any, instance: any, info: any) => void
17
18
// eslint-disable-next-line @typescript-eslint/no-empty-interface
19
interface BugsnagPluginVue extends Plugin { }
0 commit comments