Skip to content

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

Open
@anton-plebanovich

Description

@anton-plebanovich

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions