As a follow-up, let’s say I use ‘ionic monitoring syncmaps’ to automatically make a sync map on my ‘develop’ branch and ‘develop’ channel. When I encounter an error in my ‘production’ channel and ‘production’ branch, will it try to use the develop syncmap to define the error?
Hi @jetinsight,
Currently, Monitoring uses the version number of your app to map the sourcemap back to it. We recommend using a different version number (both in config.xml
and in the call to initializing Pro on the javascript side) based on the platform/channel.
We may be getting more sophisticated about mapping based on channel and such but currently this is how it works.
Thanks!