Skip to content

Commit

Permalink
use application name + version tag for release. #214
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 12, 2019
1 parent 81cf313 commit 304909d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions config/initializers/bugsnag.rb

This file was deleted.

2 changes: 1 addition & 1 deletion config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Raven.configure do |config|
config.dsn = ENV["SENTRY_DSN"]
config.release = Lupo::Application::REVISION
config.release = "lupo:" + Lupo::Application::VERSION
config.sanitize_fields = Rails.application.config.filter_parameters.map(&:to_s)
end

0 comments on commit 304909d

Please sign in to comment.