mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-25 08:32:05 +00:00
Try to fix Sentry errors getting attached to wrong transactions.
This commit is contained in:
@@ -132,7 +132,7 @@ func FiniObservability() {
|
||||
|
||||
func ObserveError(err error) {
|
||||
if hasSentry() {
|
||||
go sentry.CaptureException(err)
|
||||
sentry.CaptureException(err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user