You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
For breadcrumbs added from native layers
beforeBreadcrumb
callback is not called.Users can't modify the native crumbs.
The text was updated successfully, but these errors were encountered: