bugsnag / bugsnag-api-ruby

BugSnag API toolkit for Ruby
Other
21 stars 15 forks source link

Adding 'X-Bugsnag-Api' header so that on-prem clients may use this tool #14

Closed tremlab closed 6 years ago

tremlab commented 6 years ago

All on-premise users need: http.headers[:'X-Bugsnag-Api'] = "true" to get a 200 response. This header should not interfere with clients using the tool for the Bugsnag cloud API.