Use the commit sha as the sentry release

This commit is contained in:
Deirdre Connolly 2020-12-09 11:57:54 -05:00 committed by Deirdre Connolly
parent 400213e2b3
commit cff28f7ac8
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ impl Application for ZebradApp {
let guard = sentry::init(
sentry::ClientOptions {
debug: true,
release: Some(Self::git_commit().into()),
..Default::default()
}
.add_integration(sentry_tracing::TracingIntegration::default()),