CityBaseInc / airbrake_client

Airbrake client to report errors and exceptions to Airbrake.io.
Other
0 stars 1 forks source link

Production aliases #30

Closed jdfrens closed 5 months ago

jdfrens commented 5 months ago

Airbrake has filters for production environments, but the notice.context.environment must be set to "production" (case independent) for these notification filters to work.

This PR does a few things:

This is not getting a release because another change is coming very soon.