mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Track release version in Sentry
This commit is contained in:
parent
7d7bef81ca
commit
aa48a53cb7
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue