Skip to content

Commit fbbed14

Browse files
authored
Add exporting aws-xray-sdk-core types (#90)
Merging even with failing CI, because they are all dep issues. Will fix for next release
1 parent 83fa0de commit fbbed14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export {SegmentLike, Segment, Subsegment, TraceID, SegmentUtils} from 'aws-xray-sdk-core';
2+
13
export interface Metadata {
24
[id: string]: string | object | number | boolean;
35
}

0 commit comments

Comments
 (0)