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
Previous version creates a new Hub for every new instance of the plugin, which separates the information/scope of reported events from Sentry platform implementation (@sentry/vue, @sentry/node, etc). This version uses minimal Sentry platform interface instead of creating a new one from Client, which allows users to input their Sentry platform instances.
import*asSentryfrom"@sentry/vue";// import * as Sentry from "@sentry/node";constplugin=newLoglevelSentryPlugin(Sentry);plugin.install(logger);