4 changed files with 24 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
Sentry.init do |config| |
||||||
|
config.breadcrumbs_logger = %i[active_support_logger http_logger] |
||||||
|
|
||||||
|
# To activate performance monitoring, set one of these options. |
||||||
|
# We recommend adjusting the value in production: |
||||||
|
config.traces_sample_rate = 0.5 |
||||||
|
end |
Loading…
Reference in new issue