External Logging

Hey,

Is it allowed to use external logging services such as Google Cloud Logging or Kibana?

My use case would be the following: on each app launch I assign an unique ID to that launch and I’ll post logs to my backend based on user actions.
If the app crashes, I’ll send a notification to myself that this unique ID had a crash and then I can filter my logs to that instance and see user’s behavior which triggered the error.

Thanks,
Dan

You can use Sentry for this.
It works extremely well and uploading sourcemaps during your build process, if you use minimization or frameworks like React or Vue, you’ll get also the relevant line and the console.log before the error