c4bfca9b6a
extensions This change adds HTTP request profiling support to the dart:io service extensions and removes HTTP request/response body logging to the timeline due to memory constraints. Fixes https://github.com/dart-lang/sdk/issues/44950 TEST=pkg/vm_service/test/get_http_profile_test.dart Change-Id: I85642296c3d6595197f3365022477c7685c452bf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/189881 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com>
24 lines
491 B
YAML
24 lines
491 B
YAML
name: vm_service
|
|
description: >-
|
|
A library to communicate with a service implementing the Dart VM
|
|
service protocol.
|
|
|
|
version: 6.2.0
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_service
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
dev_dependencies:
|
|
async: ^2.5.0
|
|
markdown: ^4.0.0-nullsafety.0
|
|
mockito: ^5.0.0-nullsafety.1
|
|
path: ^1.8.0
|
|
pedantic: ^1.10.0-nullsafety.3
|
|
process: ^4.0.0
|
|
pub_semver: ^2.0.0-nullsafety.0
|
|
test: ^1.16.0-nullsafety.13
|