Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: ensure sentry shows line numbers for release builds
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
Cargo.toml
|
@@ -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" |
|
|