File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11< < < << << HEAD
22import type { NativeModule } from 'react - native ';
33import { NativeEventEmitter } from 'react - native ';
4- === === =
5- import { NativeEventEmitter , type NativeModule } from 'react-native' ;
6- >>> >>> > 82 df0013 ( chore : add request filtering & obfuscation react - native logic )
74
5+ import type { W3cExternalTraceAttributes } from '../models/W3cExternalTraceAttributes' ;
86import type { W3cExternalTraceAttributes } from '../models/W3cExternalTraceAttributes' ;
97import { NativeModules } from './NativePackage' ;
108
@@ -29,6 +27,7 @@ export interface ApmNativeModule extends NativeModule {
2927 responseContentType : string ,
3028 errorDomain : string ,
3129 w3cExternalTraceAttributes : W3cExternalTraceAttributes ,
30+ w3cExternalTraceAttributes : W3cExternalTraceAttributes ,
3231 gqlQueryName ?: string ,
3332 serverErrorMessage ?: string ,
3433 ) : void ;
@@ -60,3 +59,5 @@ export interface ApmNativeModule extends NativeModule {
6059export const NativeAPM = NativeModules . IBGAPM ;
6160
6261export 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