Track release version in Sentry

This commit is contained in:
Andreas Nedbal 2022-04-16 03:48:09 +02:00 committed by Andreas Nedbal
parent 7d7bef81ca
commit aa48a53cb7
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
Sentry.init do |config|
config.release = Retrospring::Version.to_s
config.dsn = APP_CONFIG[:sentry_dsn]
config.breadcrumbs_logger = [:active_support_logger, :http_logger]