[React-Native] Sentry.nativeCrash() on iOS creates a new release

When I trigger Sentry.nativeCrash() on iOS, it automatically creates new release with a format com.example.myapp-1.2.0.

image

I checked and proper version and dist are sent with issue, but it for some reason got assigned to this magically created release. Is this Sentry bug or am I missing something?

Best Regards