Skip to content

Commit

Permalink
Removed tracing_error.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <[email protected]>
  • Loading branch information
s3rius committed Jun 23, 2024
1 parent 20f0206 commit 8c2ad49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ tracing-subscriber = { version = "0.3.18", features = [
"parking_lot",
"time",
] }
tracing-error = { version = "0.2.0", features = ["traced-error"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { version = "0.5.4", features = [
Expand All @@ -73,4 +72,4 @@ opt-level = 3
debug = false
codegen-units = 1
lto = true
panic = "abort"
panic = "unwind"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ fn main() -> RustusResult<()> {
.with_line_number(false)
.with_target(false),
)
.with(tracing_error::ErrorLayer::default())
.with(sentry_layer)
.init();

Expand Down

0 comments on commit 8c2ad49

Please sign in to comment.