Since ACRA.init
can only be called once and ACRA.getConfig()
and ACRA.getConfig().setFormUri(uri)
are both deprecated.Is there any correct way to change formUri programatically, once ACRA
has been already initialized?
In our development app we are testing against several environments and we have different formUris to store ACRA errors, so each time we change to a new environment we must reconfigure ACRA to send all the errors to that formUri.
Right now we are using ACRA.getConfig().setFormUri(uri).
But we are afraid that this won't be possible in the nearby future, so is there any alternative?