Closed kaplun closed 5 years ago
For reference I just discovered that in order to set the release
one would need to call:
func init() {
raven.SetDSN("https://<key>:<secret>@sentry.io/<project>")
raven.SetRelease(the_release)
}
:tada:
It would be great to improve documentation to provide explanation/examples on how to provide e.g.: