Has anyone integrated AppCenter crash reporting SDK into a multiplatform application? Is it something that would be better implemented on the platforms?
d
Dragos Rachieru
02/26/2021, 8:41 AM
I think you should look at Timber and implement something similar.
The log module should have the base logging functionality,
Then create a new module with AppCenter crash reporting SDK in your desired platform.