firebase / firebase/firebase-ios-sdk
[FR]: [Crashlytics] Add flag to skip stack trace capture for errors
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 75
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
Contributor guide
Assessment
This issue has not been assessed yet.