Replies: 1 comment 1 reply
-
Hi, would you mind sharing reproduction? Ideally a small repository we could clone where you run into this problem? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are building a browser-oriented component with Vite and Vue 3, but so far I was not able to integrate Sentry in it.
This is correctly building, but when
static/bundled/form-component.umd.min.js
is loaded in the browser, I get the errorwhich is directly related to importing Sentry.
As a workaround, I tried to load the CDN integration, but I was not able to find the latest version for vue, CDN files stop at https://browser.sentry-cdn.com/6.19.7/vue.min.js but no version is built in 7+
Beta Was this translation helpful? Give feedback.
All reactions