|
Bugsnag.configure do |config|
|
|
config.api_key = "7e24985b93dd922a731daca26fc2aa13"
|
|
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
|