Try to fix Sentry errors getting attached to wrong transactions.

This commit is contained in:
miyuko
2025-11-16 00:30:09 +00:00
parent de40c8263a
commit 2193fb86de

View File

@@ -132,7 +132,7 @@ func FiniObservability() {
func ObserveError(err error) {
if hasSentry() {
go sentry.CaptureException(err)
sentry.CaptureException(err)
}
}