Adding userInfo dictionary to IssueReporting? #136
larryonoff
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Could you not just bundle this up in your error type? You could even use Then in your custom issue reporter, you would just need to see if the error casts to that protocol and extract the user info. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was planning to implement IssueReporting that uses
FirebaseCrashlytics.recordError()
withuserInfo: [String: Any]
, but IssueReporting currently lacks auserInfo
parameter. What do you think about addinguserInfo
?Beta Was this translation helpful? Give feedback.
All reactions