1

I'm looking for a way to add some custom keys to the crash log before it was submitted by Crashlytics. There's a solution for Android. Is it possible to do the same on iOS?

Leo
  • 3,003
  • 5
  • 38
  • 61

1 Answers1

2

The link you posted is to set a custom key/value when there is an uncaught exception.

Uncaught Error/Exception Handling in Swift

https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios

Check these two links.

Ryan
  • 4,799
  • 1
  • 29
  • 56