APMHttpTrackingRequest constructor
APMHttpTrackingRequest(
- APMHttpTrackingClient client,
- HttpClientRequest innerContext,
- Map<
String, Object?> userAttributes, - String requestKey,
Implementation
APMHttpTrackingRequest(
this.client,
this.innerContext,
this.userAttributes,
this.requestKey,
);