Track release version in Sentry
This commit is contained in:
parent
7d7bef81ca
commit
aa48a53cb7
|
@ -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 New Issue