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.
1 parent 5fcf881 commit edebba4Copy full SHA for edebba4
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