DarthSim 2e6296c4d9 Go go mod 6 vuotta sitten
..
.dockerignore 2e6296c4d9 Go go mod 6 vuotta sitten
.gitignore 2e6296c4d9 Go go mod 6 vuotta sitten
.gitmodules 2e6296c4d9 Go go mod 6 vuotta sitten
.travis.yml 2e6296c4d9 Go go mod 6 vuotta sitten
LICENSE 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
README.md 2e6296c4d9 Go go mod 6 vuotta sitten
client.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
errors.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
exception.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
http.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
interfaces.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
runtests.sh 2e6296c4d9 Go go mod 6 vuotta sitten
stacktrace.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten
writer.go 575960e50c Add Sentry error reporting (#128) 6 vuotta sitten

README.md

raven

Build Status Go Report Card GoDoc

raven is the official Go SDK for the Sentry event/error logging system.

Installation

go get github.com/getsentry/raven-go

Note: Go 1.7 and newer are supported.