Bugsnag uses SSL, notify on staging as well as production

This commit is contained in:
Rohan Mitchell
2013-02-20 10:09:43 +11:00
parent 7cc1c97c53
commit 8903c13c84

View File

@@ -1,3 +1,5 @@
Bugsnag.configure do |config|
config.api_key = "937a200f492fad600b4cc29dddda5f71"
config.notify_release_stages = %w(production staging)
config.use_ssl = true
end