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
@sentry/node calls the “initWithoutDefaultIntegrations” method combined with “getDefaultIntegrationsWithoutPerformance” to initialize Sentry in “error handling” mode only.
It would appear that the @sentry/bun package does not expose these methods, but @sentry/bun users would also benefit from them.
Would it be possible to add them?
An alternative solution would be to use @sentry/node with bun, but I'm not sure about the side effects.
Thanks!
Solution Brainstorm
Add “initWithoutDefaultIntegrations” and “getDefaultIntegrationsWithoutPerformance” methods to @sentry/bun