diff --git a/src/observe.go b/src/observe.go index 3c1b233..5152328 100644 --- a/src/observe.go +++ b/src/observe.go @@ -132,7 +132,7 @@ func FiniObservability() { func ObserveError(err error) { if hasSentry() { - go sentry.CaptureException(err) + sentry.CaptureException(err) } }