rollbar / rollbar-apple

Objective-C & Swift library for remote crash, exception, error reporting, and logging with Rollbar. It works on all Apple *OS platforms (macOS, iOS, tvOS, watchOS, etc).
https://docs.rollbar.com/docs/apple
MIT License
26 stars 15 forks source link

Renamed RollbarCrashReport to RollbarRawCrashReport in RollbarNotifier #313

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

This PR renames RollbarNotifier.RollbarCrashReport to RollbarNotifier.RollbarRawCrashReport to avoid name collisions with RollbarCrash.RollbarCrashReport when integrating Rollbar via Cocoapods.

Type of change

Checklists

Development

Code review