You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/config/initializers/bugsnag.rb

6 lines
106 B
Ruby

if CFG.bugsnag_api_key
Bugsnag.configure do |config|
config.api_key = CFG.bugsnag_api_key
end
end