Skip to content

Commit

Permalink
chore: release build symbols for bugsnag crash reports
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jul 26, 2024
1 parent 11d1a4f commit 0099566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ default = ["custom-protocol"]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]

[profile.release]
debug = "line-tables-only"
split-debuginfo = "unpacked"

0 comments on commit 0099566

Please sign in to comment.