Skip to content

Commit fa08795

Browse files
authored
fix: update sentry url (#4065)
1 parent e1451b8 commit fa08795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sentry/sentry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
dsn = "https://a3d5d1ef6ae94810952ab245ce61af17@sentry.scaleway.com/186"
13+
dsn = "https://e2d045fcf9a549199b7906c83493e2b6@sentry-par.scaleway.com/55"
1414
)
1515

1616
const ErrorBanner = `---------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)