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 RollbarCrash interface to RollbarCrashHandler #330

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

When integrating the SDK as a Framework through SPM, Swift has trouble understanding the difference between the RollbarCrash module and RollbarCrash interface

This PR renames the main RollbarCrash interface from RollbarCrash to RollbarCrashHandler

Type of change

Related issues

Checklists

Development

Code review