File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
< < < << << HEAD
2
2
import type { NativeModule } from 'react - native ';
3
3
import { NativeEventEmitter } from 'react - native ';
4
- === === =
5
- import { NativeEventEmitter , type NativeModule } from 'react-native' ;
6
- >>> >>> > 82 df0013 ( chore : add request filtering & obfuscation react - native logic )
7
4
5
+ import type { W3cExternalTraceAttributes } from '../models/W3cExternalTraceAttributes' ;
8
6
import type { W3cExternalTraceAttributes } from '../models/W3cExternalTraceAttributes' ;
9
7
import { NativeModules } from './NativePackage' ;
10
8
@@ -29,6 +27,7 @@ export interface ApmNativeModule extends NativeModule {
29
27
responseContentType : string ,
30
28
errorDomain : string ,
31
29
w3cExternalTraceAttributes : W3cExternalTraceAttributes ,
30
+ w3cExternalTraceAttributes : W3cExternalTraceAttributes ,
32
31
gqlQueryName ?: string ,
33
32
serverErrorMessage ?: string ,
34
33
) : void ;
@@ -60,3 +59,5 @@ export interface ApmNativeModule extends NativeModule {
60
59
export const NativeAPM = NativeModules . IBGAPM ;
61
60
62
61
export const emitter = new NativeEventEmitter ( NativeAPM ) ;
62
+
63
+ export const emitter = new NativeEventEmitter ( NativeAPM ) ;
You can’t perform that action at this time.
0 commit comments