Manoel Aranda Neto
Manoel Aranda Neto
@krystofwoldrich have you tested that this is fixed after https://github.com/getsentry/sentry-react-native/pull/3170?
Right RN -> iOS only merges the `contexts` and `user`, https://github.com/getsentry/sentry-react-native/blob/main/src/js/integrations/devicecontext.ts But it should merge/fill the missing objects as well the `tags`, `extra`, `dist`, `environment`, `fingerprint`, `level`, `breadcrumbs`.
> This might be a breaking change due to the inclusion of the event.fingerprint. That's fine, its part of the v5 milestone anyway.
A team was looking at it, most likely, but I'd expect that you have to use sentry-cli manually in this case? unless you have a Git integration setup in Sentry.
Align that between SDKs, should we just log in to the console if the traces rate is out of the range or if both are set and they should not?...
@brustolin can you confirm that?
Consider this [issue](https://github.com/dart-lang/sdk/issues/51726) when tackling this.
Somehow relates to https://github.com/getsentry/sentry-dart/issues/721 Cus it mentions the timeline task.
Since Sentry is focused on Production monitoring, I'll close this in favor of https://github.com/getsentry/sentry-dart/issues/1106
We can likely wrap all the calls to `FutureOr` with an extension or something in order to be a good citizen in considering performance improvements in the SDK.