'Sentry with Vitesee (Vite)

I'm trying integrate Sentry with vitesee (Vite/Vue3) for logs but i can't. Someone knows how it's work?

I'm using vite-plugin-sentry

ViteSentry({
      url: '',
      authToken: '',
      project: '',
      org: '',
      sourceMaps: {
        include: ['./dist/assets'],
        ignore: ['node_modules'],
        urlPrefix: '~/assets'
      },
      deploy: {
        env: 'staging'
      },
      setCommits: {
        auto: true
      }
    }), 

no information is logged in sentry



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source