Skip to content

Instantly share code, notes, and snippets.

@rhcarvalho
rhcarvalho / go.mod
Last active June 17, 2024 03:39
Example of using sentry-go and go-chi
module sentry.io/go/chi-example
go 1.13
require (
github.com/getsentry/sentry-go v0.4.0
github.com/go-chi/chi v4.0.3+incompatible
)