Christian Eager

Results 3 issues of Christian Eager

### Expected behavior Cookies are filtered from request headers metadata, as `Cookie` is included in the [default filters](https://github.com/bugsnag/bugsnag-java/blob/1c10f3ab65383523c2bb3ad8849c52877094e820/bugsnag/src/main/java/com/bugsnag/Configuration.java#L40). ### Observed behavior `Request` tab contains a `headers` map with `cookie` present....

awaiting feedback

# Goal `FilteredMap` is currently case-sensitive, making complete matching tedious. For example, to match the keys `password`, `USER_PASSWORD`, and `adminPassword` would require three separate filters, `password`, `PASSWORD`, and `Password`. Filtering...

awaiting feedback

Sometimes, I create a draft PR before the ticket is ready to review. I’d like to be able to do this, and then use `fotingo review` to update the issue...