root: fix sentry sending wrong release

This commit is contained in:
Jens Langhammer 2019-07-05 16:00:01 +02:00
parent c21e343986
commit 1d2be6e68b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if not DEBUG:
],
send_default_pii=True,
before_send=before_send,
release='p2@%s' % __version__
release='passbook@%s' % __version__
)
# Static files (CSS, JavaScript, Images)