Hi everyone , I’m facing a crash related to Sentry
The error is :
java.lang.NoSuchMethodError: No virtual method setOthers(Ljava/util/Map;)V in class Lio/sentry/protocol/User;
It happens when calling Sentry.setUser().
What I’ve Tried:
. Checked the io.sentry.protocol.User class, and the method is there
. Ensured all Sentry dependencies use the same version.
Has anyone faced this issue before? What version of Sentry should I use to fix this?
Any help would be greatly appreciated!