Skip to content

Commit

Permalink
Merge pull request #87 from cloudnativedaysjp/chore/update-sentry-dsn
Browse files Browse the repository at this point in the history
Updated sentry dsn
  • Loading branch information
shukawam authored Feb 27, 2024
2 parents 492b45e + aad00c1 commit 2c2c961
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://2bc14788d5f791a60e53c881f7aa438b@sentry.cloudnativedays.jp/8",
Dsn: "https://bc734925efbe13019e05eaa6f6c098ec@sentry.cloudnativedays.jp/5",
Environment: envName,
// Set TracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
Expand Down

0 comments on commit 2c2c961

Please sign in to comment.