### Description As `sentry-java` is responsible for initializing `sentry-native` Hybrid SDKs can't directly change the name of the native client. - native issue https://github.com/getsentry/sentry-native/issues/821 - rn https://github.com/getsentry/sentry-react-native/issues/2960 Hybrid SDKs need a `setNativeClientName`.
Description
As
sentry-javais responsible for initializingsentry-nativeHybrid SDKs can't directly change the name of the native client.SENTRY_SDK_NAMEat runtime sentry-native#821Hybrid SDKs need a
setNativeClientName.