File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,5 @@ export { INTEGRATIONS as Integrations };
78
78
79
79
// We are patching the global object with our hub extension methods
80
80
addExtensionMethods ( ) ;
81
+
82
+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ export { SpanStatus } from './spanstatus';
9
9
10
10
// We are patching the global object with our hub extension methods
11
11
addExtensionMethods ( ) ;
12
+
13
+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -78,3 +78,5 @@ export { INTEGRATIONS as Integrations };
78
78
79
79
// We are patching the global object with our hub extension methods
80
80
addExtensionMethods ( ) ;
81
+
82
+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ export { SpanStatus } from './spanstatus';
13
13
14
14
// We are patching the global object with our hub extension methods
15
15
addExtensionMethods ( ) ;
16
+
17
+ export { addExtensionMethods } ;
You can’t perform that action at this time.
0 commit comments