Skip to content

Commit

Permalink
feat: Include minimal debug info in release builds (#215)
Browse files Browse the repository at this point in the history
This will enhance error backtraces in Sentry.

Closes #77
  • Loading branch information
AzureMarker authored Aug 10, 2020
1 parent 4e07ff0 commit fd659e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoendpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "1.0.0"
authors = ["Mark Drobnak <[email protected]>", "jrconlin <[email protected]>"]
edition = "2018"

[profile.release]
debug = 1

[dependencies]
# Using a fork temporarily until these three PRs are merged:
# - https://github.com/pimeys/a2/pull/49
Expand Down
3 changes: 3 additions & 0 deletions autopush/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ edition = "2018"
name = "autopush_rs"
path = "src/main.rs"

[profile.release]
debug = 1

[dependencies]
autopush_common = { path = "../autopush-common" }
base64 = "0.12.1"
Expand Down

0 comments on commit fd659e3

Please sign in to comment.