|
Bugsnag.configure do |config|
|
|
config.api_key = "fa0e229f687bcb2c8711fcb80223744e"
|
|
#config.use_ssl = false
|
|
config.notify_release_stages = ["production"] # add 'development' if you want to test a feature locally
|
|
config.auto_notify = true
|
|
config.app_version = JamAdmin::VERSION
|
|
end
|