Skip to content

Commit f3352c5

Browse files
Fix typo in SENTRY_DSN sentry config (#1991)
1 parent ac95a07 commit f3352c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/sentry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Sentry.init do |config|
4-
config.dsn = ENV["SENTRY_DNS"]
4+
config.dsn = ENV["SENTRY_DSN"]
55
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
66

77
# Set traces_sample_rate to 1.0 to capture 100%

0 commit comments

Comments
 (0)