Skip to content

Commit

Permalink
chore: ensure sentry shows line numbers for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Nov 21, 2018
1 parent b2935f5 commit 06f9f38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ authors = [
"Phil Jenvey <pjenvey@underboss.org>",
]

[profile.release]
# Enables line numbers in Sentry
debug = 1

[dependencies]
actix = "0.7"
actix-web = "0.7.7"
Expand Down

0 comments on commit 06f9f38

Please sign in to comment.