Is http2 allowed to be passed to AWSXRay.captureHTTPsGlobal?
Open
question
- Dominant language
- JavaScript
- Stars
- 280
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
The type definition for `captureHTTPsGlobal` does not include http2. Is it supported?
```ts
export function captureHTTPsGlobal(mod: typeof https | typeof http, downstreamXRayEnabled?: boolean, subsegmentCallback?: httpSubsegmentCallback): void;
```
Contributor guide
Assessment
This issue has not been assessed yet.