Using Sentry in a Vite, Vue.js Chrome Extension Repository #8529
Unanswered
schenktobi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was just wondering if anyone has experience with using sentry in a chrome extension repository. I tried to set sentry up and it works for some Errors (e.g. "Extension Context invalidated" or "A listener indicated an asynchronous response by returning true, but the message..."), but not for throwing an Error on Button CLick. I confirmed that the Error shows up in the Console, but no Issue is created in sentry.
The Repo uses vite 2.9.16, vue 3.0.4 and a @crxjs/vite-plugin 1.0.14 for building a chrome Extension with vite.
The Fact that Sentry logs some of the Errors, whows that the dsn and AUTH_TOKEN are set correctly, but I am wondering why not all Errors are caught by Sentry. I can prepend any necessary config Files etc.
Any help is greatly appreciated and sorry in advance if i missed something obvious.
Beta Was this translation helpful? Give feedback.
All reactions