Closed GowthamanRavichandran3 closed 4 months ago
Thanks for the detailed report - what you see is expected. Since these are all the same events (same stack trace, same location in code, etc.), they are getting grouped together into a single issue. If you filter the issue stream by a user id, you will see all issues that contain at least one event for this user. The title and description of the issue (what you see in screenshot 1, and at the top of screenshot 2) might come from a different event, therefore these often don't align.
The information below the issue header on screenshot 2 is specific to the event, so it contains the actual unique id and user id. The same is true for the event list in screenshot 3.
You can read more about issue grouping in the docs:
Platform
Dart
Obfuscation
Enabled
Debug Info
Enabled
Doctor
Version
8.3.0
Steps to Reproduce
Use the following sample code:
Expected Result
While filtering with a user ID, it should display the events that are logged for the filtered user. But it displayed the most recent log.
Actual Result
While filtering with a user ID, it displayed the most recent event.
Are you willing to submit a PR?
None