Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable max breadcrumb count for NDK events #1219

Open
scrossuk opened this issue Apr 8, 2021 · 1 comment
Open

Configurable max breadcrumb count for NDK events #1219

scrossuk opened this issue Apr 8, 2021 · 1 comment
Labels
backlog We hope to fix this feature/bug in the future feature request Request for a new feature

Comments

@scrossuk
Copy link

scrossuk commented Apr 8, 2021

Description

Number of breadcrumbs is always limited to 25 for NDK events (due to hardcoded constant), whereas Kotlin errors can set up to 100 breadcrumbs. The docs say:

For NDK events the maximum number of breadcrumbs is fixed at the default of 25 and cannot be amended.

Describe the solution you'd like

Ideally the NDK plugin would use the same value as set by Kotlin. An alternative would be to have a separate configurable limit (e.g. bugsnag_set_max_breadcrumbs function).

Describe alternatives you've considered

Custom build of NDK plugin, but it's a little awkward for just this issue.

@xljones xljones added backlog We hope to fix this feature/bug in the future feature request Request for a new feature labels Apr 8, 2021
@xljones
Copy link

xljones commented Apr 8, 2021

Hi @scrossuk 👋. We plan to review NDK breadcrumb limits in due course, including the size of data within the breadcrumb itself. We don't have a firm ETA for when this is going to happen, but it's on our radar 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We hope to fix this feature/bug in the future feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants