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

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.