Skip to content

Commit

Permalink
Remove temporary disabling of hot launches
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed1hisham committed Sep 14, 2021
1 parent 60af60e commit 109590a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ public void start(Application application, String token, ArrayList<String> invoc
new Instabug.Builder(application, token).setInvocationEvents(invocationEventsArray).build();
enableScreenShotByMediaProjection();

// Temporarily disabling APM hot launches
APM.setHotAppLaunchEnabled(false);
}

/**
Expand Down
2 changes: 0 additions & 2 deletions ios/Classes/InstabugFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ + (void)startWithToken:(NSString *)token invocationEvents:(NSArray*)invocationEv
}
[Instabug startWithToken:token invocationEvents:invocationEvents];

// Temporarily disabling APM hot launches
IBGAPM.hotAppLaunchEnabled = NO;
}

/**
Expand Down

0 comments on commit 109590a

Please sign in to comment.