Can we use Sentry with NoGMS

157 Views Asked by At

We are replacing firebase kits with HMS kits and services. Our App uses Sentry and We want to keep it but we don't know whether it can run with NoGMS devices. is it possible or not ?

2

There are 2 best solutions below

0
On BEST ANSWER

Yes, it is possible. It can be used on NoGMS devices.For more details please you can visit this link

0
On

Sentry does not depend on GMS. According to its documentation,

Sentry is cross-platform application monitoring, with a focus on error reporting.

There are 87 supported platforms: Android, js, iOS… So you can still use it.

Sentry on Github