Skip to content

Commit a71904c

Browse files
Fix typo in APM.setAppLaunchEnabled
1 parent 56bdcd7 commit a71904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/APM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
* @param {boolean} isEnabled
5353
*/
5454
setAppLaunchEnabled(isEnabled) {
55-
IBGAPM.setEnabled(isEnabled);
55+
IBGAPM.setAppLaunchEnabled(isEnabled);
5656
},
5757

5858
/**

0 commit comments

Comments
 (0)