2013-09-22 01:30:37 +00:00
|
|
|
Bugsnag.configure do |config|
|
2021-01-05 00:38:15 +00:00
|
|
|
config.api_key = "fa0e229f687bcb2c8711fcb80223744e"
|
2018-01-15 03:50:26 +00:00
|
|
|
#config.use_ssl = false
|
2013-09-22 01:30:37 +00:00
|
|
|
config.notify_release_stages = ["production"] # add 'development' if you want to test a feature locally
|
|
|
|
|
config.auto_notify = true
|
2013-09-22 02:18:33 +00:00
|
|
|
config.app_version = JamAdmin::VERSION
|
2013-09-22 01:30:37 +00:00
|
|
|
end
|