# if Rails.env.production?
#   Sentry.init do |config|

#     config.dsn = 'https://b0c1b49111d74cacbbab4ad0cb560197@o1086526.ingest.sentry.io/6098751'
#     config.breadcrumbs_logger = [:active_support_logger, :http_logger]

#     # Set tracesSampleRate to 1.0 to capture 100%
#     # of transactions for performance monitoring.
#     # We recommend adjusting this value in production
#     config.environment = 'production'

#     config.traces_sample_rate = 1.0
#     # or
#     config.traces_sampler = lambda do |context|
#       true
#     end
#   end
# end
