getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

Improve documentation #229

Closed kaplun closed 5 years ago

kaplun commented 5 years ago

It would be great to improve documentation to provide explanation/examples on how to provide e.g.:

kaplun commented 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)
}
kaplun commented 5 years ago

:tada: