I am currently getting this error when map instantiate in Android
telemtry TypeError: Cannot read properties of null (reading 'setUserTelemetryRequestState')
I don't require telemetry for this service and the map is working fine but for the sake of having a "clean" implementation I tried adding
<service android:name="com.mapbox.services.android.telemetry.service.TelemetryService" />
into App_Resources/Android/src/main/AndroidManifest.xml in the application block as mentioned in the read me though no luck.
If someone finds something wrong with my attempt or has more information on how to make sure that the telemetry service is properly injected let me know thanks.