forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ impl App { | |
) -> Self { | ||
// Setup Sentry | ||
let _guard = sentry::init(( | ||
"https://[email protected].sentry.io/4505075212353536", | ||
"https://37decdc44d584dca906e43ebd7fd1508@sentry.luxonis.com/16", | ||
sentry::ClientOptions { | ||
release: sentry::release_name!(), | ||
..Default::default() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
viewer.connect() | ||
|
||
sentry_sdk.init( | ||
dsn="https://[email protected].sentry.io/4505075212353536", | ||
dsn="https://37decdc44d584dca906e43ebd7fd1508@sentry.luxonis.com/16", | ||
# Set traces_sample_rate to 1.0 to capture 100% | ||
# of transactions for performance monitoring. | ||
# We recommend adjusting this value in production. | ||
|