This commit is contained in:
David Robertson 2023-04-05 15:08:04 +01:00
parent 83e746ec3c
commit c0557f2011
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -126,9 +126,10 @@ func main() {
if args[EnvSentryDsn] != "" {
fmt.Printf("Configuring Sentry reporter...\n")
err := sentry.Init(sentry.ClientOptions{
Dsn: args[EnvSentryDsn],
Release: version,
Dist: GitCommit,
Dsn: args[EnvSentryDsn],
Release: version,
Dist: GitCommit,
Environment: "dmr-test",
})
if err != nil {
panic(err)