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 };
7878
7979// We are patching the global object with our hub extension methods
8080addExtensionMethods ( ) ;
81+
82+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ export { SpanStatus } from './spanstatus';
99
1010// We are patching the global object with our hub extension methods
1111addExtensionMethods ( ) ;
12+
13+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -78,3 +78,5 @@ export { INTEGRATIONS as Integrations };
7878
7979// We are patching the global object with our hub extension methods
8080addExtensionMethods ( ) ;
81+
82+ export { addExtensionMethods } ;
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ export { SpanStatus } from './spanstatus';
1313
1414// We are patching the global object with our hub extension methods
1515addExtensionMethods ( ) ;
16+
17+ export { addExtensionMethods } ;
You can’t perform that action at this time.
0 commit comments