We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fa0de commit fbbed14Copy full SHA for fbbed14
index.d.ts
@@ -1,3 +1,5 @@
1
+export {SegmentLike, Segment, Subsegment, TraceID, SegmentUtils} from 'aws-xray-sdk-core';
2
+
3
export interface Metadata {
4
[id: string]: string | object | number | boolean;
5
}
0 commit comments