mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
DEBUG
This commit is contained in:
parent
83e746ec3c
commit
c0557f2011
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user