-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Replay: user taps crumbs have null
message on iOS
#2341
Comments
Not sure, this was a user event. But it wasn't a manually created breadcrumb. |
I don't believe there's anything to do in the Flutter SDK with the details we have available in the issue. At the very least, someone familiar with the UI could verify why taps are shown in breadcrumbs as clicks (if they're indeed taps) |
In that case, @c298lee I think we should merge the PR that deals with the data being null |
There are User Click breadcrumbs and User Tap breadcrumbs. User Tap breadcrumbs have the category I'll repoen the PR that deals specifically with user click data being null first to resolve this issue. However, it looks like web breadcrumbs are somehow showing up in a mobile replay, and I think we should look into how that's happening. Maybe they set up custom breadcrumbs with the category |
That still shouldn't get to replay because we convert all
Lines 24 to 51 in 3751dbc
Are we 100% sure that event is coming from Flutter? Because AFAICT, in plain cocoa SDK, the |
From looking at the tags in the replays with these errors, it looks like they are happening on |
Description
The crumb
message
field seems null. And the UI/compoent requires a value.SDK version: 8.36.0 (running on iOS)
See:
The text was updated successfully, but these errors were encountered: