Skip to content

Commit

Permalink
Use sentry.luxonis
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jan 10, 2024
1 parent a4ea0a1 commit 361b1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/depthai_viewer/_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 361b1ed

Please sign in to comment.