Skip to content

Commit

Permalink
Merge pull request #61 from cloudnativedaysjp/ystkfujii-patch-1
Browse files Browse the repository at this point in the history
Update Sentry DSN
  • Loading branch information
ystkfujii authored Sep 26, 2023
2 parents 316e255 + b0cdbb4 commit 37fe271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dkw/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var dkwCmd = &cobra.Command{
func init() {
envName := os.Getenv("DREAMKAST_NAMESPACE")
err := sentry.Init(sentry.ClientOptions{
Dsn: "https://c02b9c314a714cc2af37d54f0964c5ff@sentry.cloudnativedays.jp/5",
Dsn: "https://c9e5468e65bf146b7380c88f33678754@sentry.cloudnativedays.jp/6",
Environment: envName,
// Set TracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
Expand Down

0 comments on commit 37fe271

Please sign in to comment.