Fix Rubocop offenses

This commit is contained in:
Sebastian Serth
2022-04-24 18:18:16 +02:00
parent 9994ebdb72
commit 038864e4b4
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ class SentryJavascript
end
def self.dsn
ENV['SENTRY_JAVASCRIPT_DSN']
ENV.fetch('SENTRY_JAVASCRIPT_DSN', nil)
end
def self.release