Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use vue integration lazily? #3232

Closed
5 of 9 tasks
fsateler opened this issue Feb 2, 2021 · 1 comment
Closed
5 of 9 tasks

How to use vue integration lazily? #3232

fsateler opened this issue Feb 2, 2021 · 1 comment

Comments

@fsateler
Copy link

fsateler commented Feb 2, 2021

Package + Version

  • @sentry/browser 6.0.4
  • @sentry/vue 6.0.4
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

6.0.4

Description

Is it possible to initialize the vue integration lazily? On our app, we use Vue for a few components. Because these components are not used all the time, Vue is lazily loaded whenever a page using such a component is loaded. AFAICT, the Vue integration requires initializing Sentry after Vue is loaded. This is not possible for us, since we would lose all the non-vue errors.

@kamilogorek
Copy link
Contributor

Unfortunately, lazy-lading for framework-specific SDKs is not possible yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants