Skip to content

Instantly share code, notes, and snippets.

@tremlab
Last active July 22, 2018 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tremlab/91015654262424c2792f1e73eb06cf87 to your computer and use it in GitHub Desktop.
Save tremlab/91015654262424c2792f1e73eb06cf87 to your computer and use it in GitHub Desktop.
Bugsnag Notifier (SDK) PRs by tremlab

Bug fix PRs submitted to various Bugsnag open source libraries by tremlab.

Apply meta_data_filters to referer #460

May 5, 2018

Ruby

bugsnag/bugsnag-ruby#460

Apply metadata filters to referer and headers Referer to redact any values that should be filtered from query params (identical to url cleaning). Added test for redaction in url, referer and headers Referer.

Check if event context is null before assigning #89

Apr 6, 2018

.NET

bugsnag/bugsnag-dotnet#89

To ensure users can modify the error context in a callback.

Fixing where user & metadata are displayed. #300

Jan 6, 2018

Javascript

bugsnag/bugsnag-js#300

Currently, user & metadata set at initialization are being saved inside the APP tab, rather than in their own separate tabs.

Add needed switch case for severityReasonType #208

Nov 7, 2017

Android

bugsnag/bugsnag-android#208

Missing switchcase causing crash for some users.

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

Nov 15, 2017

Ruby

bugsnag/bugsnag-api-ruby#14

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment