You can now track which version of your app visitors are using, in order to better debug any errors.
Simply add this extra line of code before the tracking script and you'll be able to pass in the app version:
CE_ERROR_TRACKING_CONFIG = { app_version: 'myVersion' };