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
On my local machine, I have sentrygin injected with engin.Use(sentrygin.New(sentrygin.Options{Repanic: true})) but no other setup. When accessing endpoints, the sentrygin middleware panics:
Summary
In https://github.com/getsentry/sentry-go/pull/694/files#diff-f8ff9a2da9d4e109b68c34dc392423f49627462a559a95e25bd907311fde8adaR61
hub.Client()
can return nil, crashing moments later inSetSDKIdentifier()
.Steps To Reproduce
On my local machine, I have
sentrygin
injected withengin.Use(sentrygin.New(sentrygin.Options{Repanic: true}))
but no other setup. When accessing endpoints, the sentrygin middleware panics:Environment
SDK
sentry-go
version: v0.24.0The text was updated successfully, but these errors were encountered: