APMHttpTrackingRequest constructor

APMHttpTrackingRequest(
  1. APMHttpTrackingClient client,
  2. HttpClientRequest innerContext,
  3. Map<String, Object?> userAttributes,
  4. String requestKey,
)

Implementation

APMHttpTrackingRequest(
  this.client,
  this.innerContext,
  this.userAttributes,
  this.requestKey,
);