We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac95a07 commit f3352c5Copy full SHA for f3352c5
config/initializers/sentry.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
Sentry.init do |config|
4
- config.dsn = ENV["SENTRY_DNS"]
+ config.dsn = ENV["SENTRY_DSN"]
5
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
6
7
# Set traces_sample_rate to 1.0 to capture 100%
0 commit comments