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
Since Scope.SetTransaction() was removed in issue #605, building the _examples/http now fails.
Steps To Reproduce
$ git clone https://github.com/getsentry/sentry-go
$ cd sentry-go
$ git checkout refs/tags/v0.20.0
$ cd _examples/http/
$ go build
# github.com/getsentry/sentry-go/_examples/http
./main.go:109:15: hub.Scope().SetTransaction undefined (type *sentry.Scope has no field or method SetTransaction)
The text was updated successfully, but these errors were encountered:
Summary
Since
Scope.SetTransaction()
was removed in issue #605, building the _examples/http now fails.Steps To Reproduce
The text was updated successfully, but these errors were encountered: