We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fcf881 + edebba4 commit c15e37eCopy full SHA for c15e37e
config/initializers/airbrake.rb
@@ -1,4 +1,4 @@
1
-if defined(Airbrake)
+if defined?(Airbrake)
2
Airbrake.configure do |config|
3
config.api_key = ENV['AIRBRAKE_API']
4
config.host = ENV['AIRBRAKE_HOST']
0 commit comments