Add time filter to `getSocketProfile`
Open
network > data quality
P2
screen: network
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
`getSocketProfile` returns all socket requests, but the network page only shows requests since a certain timestamp.
See how `getHttpProfile` is called with `updatedSince`.
Adding a way to filter by timestamp with sockets too will reduce how much data needs to be sent back from the VMService
NOTE: This issue is also being tracked in the dart sdk here: https://github.com/dart-lang/sdk/issues/51422
Contributor guide
Assessment
This issue has not been assessed yet.