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 1515- (void )setAppLaunchEnabled : (BOOL )isEnabled ;
1616- (void )endAppLaunch ;
1717- (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." );
2418- (void )startFlow : (NSString *)name ;
2519- (void )endFlow : (NSString *)name ;
2620- (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 = {
66 setEnabled : jest . fn ( ) ,
77 setAppLaunchEnabled : jest . fn ( ) ,
88 setAutoUITraceEnabled : jest . fn ( ) ,
9- startExecutionTrace : jest . fn ( ) ,
10- setExecutionTraceAttribute : jest . fn ( ) ,
11- endExecutionTrace : jest . fn ( ) ,
129 startFlow : jest . fn ( ) ,
1310 setFlowAttribute : jest . fn ( ) ,
1411 endFlow : jest . fn ( ) ,
You can’t perform that action at this time.
0 commit comments