chore(package): include debug symbols in release builds

This commit is contained in:
Phil Booth 2018-11-07 12:51:27 +00:00
Родитель 02408f590a
Коммит 0a2d39a33d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 36FBB106F9C32516
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,10 @@ path = "src/bin/service.rs"
name = "fxa_email_queues"
path = "src/bin/queues.rs"
[profile.release]
# Include debug symbols to make Sentry errors richer
debug = true
[dependencies]
base64 = ">=0.6.0"
chrono = { version = ">=0.4.2", features = [ "serde" ] }