rollbar / rollbar-ios

Objective-C library for crash reporting and logging with Rollbar.
https://docs.rollbar.com/docs/ios
MIT License
65 stars 61 forks source link

Warning payloads are reported as info payloads. #323

Closed mattmapadmi closed 3 years ago

mattmapadmi commented 3 years ago

https://github.com/rollbar/rollbar-ios/blob/6930cbd1119599c3c0ed496e25493ef9692dfdb1/Rollbar/Notifier/RollbarFacade.m#L169-L185

The 3 Warning log methods all call the info log function. Is this intended behaviour, or should they be calling

+ (void)warning:(NSString*)message exception:(NSException*)exception data:(NSDictionary*)data context:(NSString*)context ?

akornich commented 3 years ago

yes, correct. @mattmapadmi , thanks for catching it! I'll be issuing a fix today/tomorrow.