No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. B4B IT
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    B4B IT

    @B4B IT

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    B4B IT Follow

    Latest posts made by B4B IT

    • RE: How to access app instance to set config.errorHandler

      Hi @dobbel I’ll check the boot files, the sentry guide you mention is for Vue2 I think, but I’ll try anyway

      posted in Framework
      B
      B4B IT
    • 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 instance

      any ideas?

      Thanks!

      posted in Framework
      B
      B4B IT
    • RE: Capacitor Splash Screen deformed

      I applied this suggestion within Quasar with success:
      https://www.codingandclimbing.co.uk/blog/capacitor-android-splash-screen-stretched

      posted in Framework
      B
      B4B IT