Open
Description
Description
I don't need stack trace for my errors and so I want to reduce performance impact by skipping stack trace capture at all. I log errors in the background thread in the special logger class and so the stack trace is always the same for all errors. Moreover, since it impacts the error title on the Crashlytics report page it looks messy.
If possible, I want to also control the error title. At least I want to return it to the previous times when it was set from the error domain.
API Proposal
Not sure if it impacts API somehow. If stack trace is a required parameter it may require some changes to properly process it when it is a nil
value.
Firebase Product(s)
Crashlytics