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

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.