File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 15
15
- (void )setAppLaunchEnabled : (BOOL )isEnabled ;
16
16
- (void )endAppLaunch ;
17
17
- (void )setAutoUITraceEnabled : (BOOL )isEnabled ;
18
- - (void )startExecutionTrace : (NSString *)name : (NSString *)id
19
- : (RCTPromiseResolveBlock)resolve
20
- : (RCTPromiseRejectBlock)reject DEPRECATED_MSG_ATTRIBUTE(" Please use APM.startFlow instead." );
21
- - (void )setExecutionTraceAttribute : (NSString *)id : (NSString *)key
22
- : (NSString *)value DEPRECATED_MSG_ATTRIBUTE(" Please use APM.setTraceAttribute instead." );
23
- - (void )endExecutionTrace : (NSString *)id DEPRECATED_MSG_ATTRIBUTE(" Please use APM.endFlow instead." );
24
18
- (void )startFlow : (NSString *)name ;
25
19
- (void )endFlow : (NSString *)name ;
26
20
- (void )setFlowAttribute : (NSString *)name : (NSString *)key : (NSString *_Nullable)value ;
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ const mockAPM: ApmNativeModule = {
6
6
setEnabled : jest . fn ( ) ,
7
7
setAppLaunchEnabled : jest . fn ( ) ,
8
8
setAutoUITraceEnabled : jest . fn ( ) ,
9
- startExecutionTrace : jest . fn ( ) ,
10
- setExecutionTraceAttribute : jest . fn ( ) ,
11
- endExecutionTrace : jest . fn ( ) ,
12
9
startFlow : jest . fn ( ) ,
13
10
setFlowAttribute : jest . fn ( ) ,
14
11
endFlow : jest . fn ( ) ,
You can’t perform that action at this time.
0 commit comments