Skip to content

Commit

Permalink
Use false for firstActivationAsUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
NesterovichAlexey authored Dec 9, 2021
1 parent b651948 commit 3825b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import AppMetrica from 'react-native-appmetrica';
AppMetrica.activate({
apiKey: '...KEY...',
sessionTimeout: 120,
firstActivationAsUpdate: true,
firstActivationAsUpdate: false,
});

// Sends a custom event message and additional parameters (optional).
Expand Down

0 comments on commit 3825b3f

Please sign in to comment.