Hi @dobbel I’ll check the boot files, the sentry guide you mention is for Vue2 I think, but I’ll try anyway
B
Latest posts made by B4B IT
-
RE: How to access app instance to set config.errorHandler
-
How to access app instance to set config.errorHandler
Hi,
I tried searching this forum but could not find an answer.
Simply put I’m integrating Sentry error monitoring through this snippet
import { captureException, init } from '@sentry/browser'; app.config.errorHandler = (error, _, info) => { captureException(error); }; init({ dsn: 'xxx' });
but I don’t know in which file / how I can access the
app
instanceany ideas?
Thanks!
-
RE: Capacitor Splash Screen deformed
I applied this suggestion within Quasar with success:
https://www.codingandclimbing.co.uk/blog/capacitor-android-splash-screen-stretched