firebase / firebase/firebase-ios-sdk

[FR]: [Crashlytics] Add flag to skip stack trace capture for errors

Open
#11,454 14 comments 1 reaction 0 assignees View on GitHub
api: crashlytics type: feature request
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.
image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.