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
Since sentryVitePlugin() is a vite-plugin, it should be typed as PluginOption, provided by vite package. Having it as any creates a violation of the eslint rule when registering it.
I've tried forking this package and trying to set the type myself, but the setup was quite complicated, and some packages even seem to be sentry-internal.