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

beforeBreadcrumb is not executed for native breadcrumbs #3190

Closed
krystofwoldrich opened this issue Jul 14, 2023 · 1 comment
Closed

beforeBreadcrumb is not executed for native breadcrumbs #3190

krystofwoldrich opened this issue Jul 14, 2023 · 1 comment

Comments

@krystofwoldrich
Copy link
Member

Description

For breadcrumbs added from native layers beforeBreadcrumb callback is not called.

Users can't modify the native crumbs.

@krystofwoldrich
Copy link
Member Author

Executing the callback in JS for every event with its native breadcrumbs would cause significant overhead.

The native breadcrumbs can be still filtered in JS beforeSend or if the native SDK is initialized manually the beforeBreadcrumb can be added also on the native layer.

@krystofwoldrich krystofwoldrich closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant