Skip to content

Commit

Permalink
feat: add wrapper:init event
Browse files Browse the repository at this point in the history
MV-602
  • Loading branch information
biancalui-emarsys committed Jan 23, 2024
1 parent 46967dd commit ed9419f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ const Emarsys = {
};

export default Emarsys;

import { version } from './package.json';
RNEmarsysWrapper.trackCustomEvent('wrapper:init', { type: 'react-native', version })

0 comments on commit ed9419f

Please sign in to comment.