You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are limitations on what can be done given how Nuxt modules work.
While we would likely be able to toggle the "initialize" option based on runtime config, we are not able to decide at runtime whether to include the Sentry plugin in the bundle or not. This can be only decided at build time.
What are your expectations exactly here? That the functionality is disabled/enabled based on runtime config or that none of the code is included when disabled?
Is it possible to disable sentry using the runtime config instead of the build time?
The text was updated successfully, but these errors were encountered: