File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- import { Handler } from 'aws-lambda' ;
2
1
import { AsyncHandler , SyncHandler , Utility } from '@aws-lambda-powertools/commons' ;
3
- import { TracerInterface } from '.' ;
2
+ import { Handler } from 'aws-lambda' ;
3
+ import { Segment , Subsegment } from 'aws-xray-sdk-core' ;
4
4
import { ConfigServiceInterface , EnvironmentVariablesService } from './config' ;
5
- import { HandlerMethodDecorator , TracerOptions , MethodDecorator } from './types' ;
6
5
import { ProviderService , ProviderServiceInterface } from './provider' ;
7
- import { Segment , Subsegment } from 'aws-xray-sdk-core' ;
6
+ import { TracerInterface } from './TracerInterface' ;
7
+ import { HandlerMethodDecorator , MethodDecorator , TracerOptions } from './types' ;
8
8
9
9
/**
10
10
* ## Intro
@@ -823,4 +823,4 @@ class Tracer extends Utility implements TracerInterface {
823
823
824
824
export {
825
825
Tracer
826
- } ;
826
+ } ;
You can’t perform that action at this time.
0 commit comments