Using Environment with Android / React native

Hello,
We’re trying to use Sentry environments in an Android application.
We’re using :

  • React-native : 0.57.
  • react-native-sentry : 0.39.1

It works in ios and web versions of the application but not in android.
Are aware of an issue with android and the versions we are using ?

Thanks.

After spending some time investigating, the tags are not sent only when a native crash occurs.

Is this a limitation of the android implementation ?
When i look at the react-native-sentry code, i don’t see the tags being injected in the event :

But i’m not sure i am looking at the right place.