You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(connection): add HAR collector support to connections
* feat(context): add HAR collector context support to AWS connection
Allow HAR collector to be passed through context, falling back to explicit options if not set. This enables middleware collection of HTTP traffic at the context level.
* feat(connection): add HAR collector support to remaining connections
Add HAR collector context support to HTTPConnection, Prometheus,
OpenSearch, GKE, EKS, and CNRM connections. Also add context fallback
to GCS (matching AWS pattern). All connections that make HTTP requests
now support HAR capture via ClientOption or context-level collector.
0 commit comments