reidmorrison / rails_semantic_logger

Rails Semantic Logger replaces the Rails default logger with Semantic Logger
https://logger.rocketjob.io/rails
Apache License 2.0
320 stars 114 forks source link

Disable Bugsnag api key validation #186

Closed jens closed 10 months ago

jens commented 1 year ago

Description of changes

This will remove the warning "No valid API key has been set, notifications will not be sent" that will be logged in all environments as the Bugnsag api key hasn't been set yet as that happens later in the initialization process.

See https://github.com/bugsnag/bugsnag-ruby/blob/bdfbf3972f2137b3b9b95194a6bedf9c8edf6555/lib/bugsnag.rb#L61

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.