1# Airbrake config 2AIRBRAKE_HOST = http://localhost:32621 3AIRBRAKE_PROJECT_ID = 1 4AIRBRAKE_PROJECT_KEY = test 5 6# Sentry config 7SENTRY_DSN = 8 9# Rollbar config 10ROLLBAR_TOKEN = 11 12# Bugsnag config 13BUGSNAG_API_KEY =
View as plain text