Skip to content

Commit

Permalink
🔊 Re-enable Sentry stacktraces for an experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Nov 17, 2024
1 parent ae87414 commit 3e89ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
publish = true
readme = "README.md"
repository = "https://github.com/eigenein/mrktpltsbot"
version = "2.0.0-rc.3"
version = "2.0.0-rc.4"
rust-version = "1.82"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::prelude::*;

pub fn init(sentry_dsn: Option<&str>) -> Result<(ClientInitGuard, WorkerGuard)> {
let sentry_options = ClientOptions {
attach_stacktrace: false,
attach_stacktrace: true,
in_app_include: vec![crate_name!()],
release: Some(Cow::Borrowed(crate_version!())),
send_default_pii: true,
Expand Down

0 comments on commit 3e89ac8

Please sign in to comment.