Skip to content

Commit

Permalink
Update the method documentation of recordError (#14198)
Browse files Browse the repository at this point in the history
#no-changelog
  • Loading branch information
tejasd authored Dec 5, 2024
1 parent 424c02b commit 16381c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ NS_SWIFT_NAME(Crashlytics)
* relayed to Crashlytics on a subsequent launch of your application.
*
* @param error Non-fatal error to be recorded
* @param userInfo Additional keys and values to send with the logged error. These parameters are
* added to Crashlytics global list of keys and values that live with the session.
* @param userInfo Additional keys and values to send with the logged error. These keys and values
* are added to the error, in addition to the Crashlytics global list of keys and values.
*/
- (void)recordError:(NSError *)error
userInfo:(nullable NSDictionary<NSString *, id> *)userInfo
Expand Down

0 comments on commit 16381c7

Please sign in to comment.