Manoel Aranda Neto
Manoel Aranda Neto
on RN iOS, the new package is added on the JS layer. https://github.com/getsentry/sentry-react-native/blob/86821a42777cb1819de312df6cac058f5224b1af/src/js/integrations/sdkinfo.ts#L54-L61 via `_nativeSdkInfo` that is fetch from `fetchNativeSdkInfo` So this is possible with the https://github.com/getsentry/sentry-react-native/issues/2530#issuecomment-1272964146 alternative.
> Can we close this? This is not fixed yet, why would we close it?
@kimmy214 can you provide more context? I don't believe this is related to the Sentry SDK. > /Users/ying/flutter/.pub-cache/hosted/pub.dartlang.org/sentry_flutter-6.11.2/macos/Classes/SentryFlutterPluginApple.swift:174:50: warning: 'sdkInfo' is deprecated: This property will be removed in a future...
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and...
@ueman damn, what's about the conditional `html` import, is this a problem to WASM as well or just the `isWeb` check?
Thanks for the review you all.
I'd say we keep this open till more people adopt the 0.69.x version, right now the majority of our users are not there yet. The `note` below mentions 0.69.x support,...
@Swatinem would you mind having a look? the underlying sentry-native version is https://github.com/getsentry/sentry-native/releases/tag/0.4.12
@Swatinem have you identified a possible code path that would lead to corrupted memory or something? not sure how we can help here.
> I haven’t made any progress on this. @Swatinem should we maybe move this issue to sentry-native repo then? Since the linked code lives there.