Skip to content

Commit 109590a

Browse files
committed
Remove temporary disabling of hot launches
1 parent 60af60e commit 109590a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android/src/main/java/com/instabug/instabugflutter/InstabugFlutterPlugin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ public void start(Application application, String token, ArrayList<String> invoc
142142
new Instabug.Builder(application, token).setInvocationEvents(invocationEventsArray).build();
143143
enableScreenShotByMediaProjection();
144144

145-
// Temporarily disabling APM hot launches
146-
APM.setHotAppLaunchEnabled(false);
147145
}
148146

149147
/**

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ + (void)startWithToken:(NSString *)token invocationEvents:(NSArray*)invocationEv
8080
}
8181
[Instabug startWithToken:token invocationEvents:invocationEvents];
8282

83-
// Temporarily disabling APM hot launches
84-
IBGAPM.hotAppLaunchEnabled = NO;
8583
}
8684

8785
/**

0 commit comments

Comments
 (0)