We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3845d8 commit 65fcb14Copy full SHA for 65fcb14
ios/RNInstabug/InstabugAPMBridge.h
@@ -17,10 +17,10 @@
17
- (void)setAutoUITraceEnabled:(BOOL)isEnabled;
18
- (void)startExecutionTrace:(NSString *)name :(NSString *)id
19
:(RCTPromiseResolveBlock)resolve
20
- :(RCTPromiseRejectBlock)reject;
+ :(RCTPromiseRejectBlock)reject DEPRECATED_MSG_ATTRIBUTE("Please use APM.startFlow instead.");
21
- (void)setExecutionTraceAttribute:(NSString *)id:(NSString *)key
22
- :(NSString *)value;
23
-- (void)endExecutionTrace:(NSString *)id;
+ :(NSString *)value DEPRECATED_MSG_ATTRIBUTE("Please use APM.setTraceAttribute instead.");
+- (void)endExecutionTrace:(NSString *)id DEPRECATED_MSG_ATTRIBUTE("Please use APM.endFlow instead.");
24
- (void)startUITrace:(NSString *)name;
25
- (void)endUITrace;
26
0 commit comments