The version supplied by getSpecificationVersion() always returns 0. We should use the version
supplied by Notifier.getInstance() instead, as we know it will always be accurate, and will allow us to determine which version of bugsnag-android is actually being used for each event.
Tests
Confirmed that in a local artefact the message now states:
We want to update the format of our payload to include the RN/Android version separately. This change requires pipeline alterations so is not addressed in this PR.
Goal
The version supplied by getSpecificationVersion() always returns 0. We should use the version supplied by Notifier.getInstance() instead, as we know it will always be accurate, and will allow us to determine which version of bugsnag-android is actually being used for each event.
Tests
Confirmed that in a local artefact the message now states:
rather than "0.0".
Discussion
We want to update the format of our payload to include the RN/Android version separately. This change requires pipeline alterations so is not addressed in this PR.