Skip to content

Commit

Permalink
Use active sentry DSN for px cli
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Sep 23, 2024
1 parent 4071910 commit 9907108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixie_cli/px.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
version "px.dev/pixie/src/shared/goversion"
)

const sentryDSN = "https://ef3a781b5e7b42e282706fc541077f3a@sentry.io/4090453"
const sentryDSN = "https://[email protected].sentry.io/4508004179771392"

func main() {
// Disable Sentry in dev mode.
Expand Down

0 comments on commit 9907108

Please sign in to comment.