Skip to content

Commit 5292f58

Browse files
authored
Use active sentry DSN for px cli (#2031)
Summary: Use active sentry DSN for px cli The previous DSN is for a project that no longer exists. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Verified that errors are reported Signed-off-by: Dom Del Nano <[email protected]>
1 parent 4071910 commit 5292f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pixie_cli/px.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
version "px.dev/pixie/src/shared/goversion"
4040
)
4141

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

4444
func main() {
4545
// Disable Sentry in dev mode.

0 commit comments

Comments
 (0)