Skip to content

Commit d1086e1

Browse files
committed
fix: remove tests
1 parent fdc8a20 commit d1086e1

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

ios/RNInstabug/InstabugAPMBridge.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
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;

test/mocks/mockAPM.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)