Define App Version (Optional)
You can optionally define the version of your application when initialising the SDK. Setting the appVersion helps you track analytics and debug issues across different releases more effectively. The SDK can be configured with optional parameters. The configuration object (opts) supports the following options:
appVersion
Define the version of your application.
{ appVersion: '1.0.0' }
Updated about 11 hours ago