Compare commits
2 commits
0ed4e8f216
...
d8b3f613e3
Author | SHA1 | Date | |
---|---|---|---|
d8b3f613e3 | |||
09090d53ce |
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ class ApplicationController < ActionController::Base
|
|||
rescue_from AccessDenied, :with => :on_access_denied
|
||||
|
||||
def on_access_denied
|
||||
render template: 'public/403.html', :layout => false, :status => :forbidden
|
||||
render file: 'public/403.html', layout: false, status: :forbidden
|
||||
end
|
||||
|
||||
def redirect_back!(default=:back)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Sentry.init do |config|
|
||||
config.dsn = 'https://cb4b3f56c1ec50ba0667b189617446bb@o506079.ingest.sentry.io/4506180803559424'
|
||||
config.dsn = 'https://2d3c5b739af149a0b3beb86a4d498e1f@health.openneo.net/1'
|
||||
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
|
||||
config.traces_sample_rate = 0.2
|
||||
config.traces_sample_rate = 0.05
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue