Skip to content

Commit

Permalink
feat: Add apiKey as a mutable property of BugsnagEvent (#458)
Browse files Browse the repository at this point in the history
* refactor: rename BugsnagCrashReport to BugsnagEvent
* feat: add per-BugsnagEvent mutable apiKey
  • Loading branch information
robinmacharg committed Feb 18, 2020
1 parent aa3d6c4 commit 779cd03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Bugsnag Notifiers on other platforms.
also been applied to the `BugsnagNotifier` and `BugsnagSessionTracker` classes.
[#464](https://github.com/bugsnag/bugsnag-cocoa/pull/464)

* Add a per-Event `apiKey` property. This defaults to the global
`BugsnagConfiguration` value but can be overridden in event passed to the
`Bugsnag.notify()` callback.
[#458](https://github.com/bugsnag/bugsnag-cocoa/pull/458)

## Bug fixes

* Fix possible report corruption when using `notify()` from multiple threads
Expand Down

0 comments on commit 779cd03

Please sign in to comment.