Manoel Aranda Neto
Manoel Aranda Neto
@Krisztiaan after checking this one again, I believe the problem is with the ReactNavigation class. https://github.com/getsentry/sentry-react-native/blob/main/src/js/tracing/reactnavigation.ts#L209-L216 The `params` should be normalized, since the Event itself, when `sendEvent` gets called, the...
> This is not a `react-navigation` only issue. Pass a circular object to any of these calls, or just try the added tests from this PR without the functional modifications...
Currently blocked because of https://github.com/getsentry/sentry-javascript/issues/4240 See related comment: https://github.com/getsentry/sentry-react-native/issues/1327#issuecomment-1012334184
similar to https://github.com/getsentry/sentry-java/issues/1497
@fabiendem have you tried using the CLI? https://docs.sentry.io/workflow/releases/?platform=javascript#using-the-cli
I've tagged it as a feature request, to support https://docs.sentry.io/workflow/releases/?platform=javascript#associate-commits-with-a-release and https://docs.sentry.io/product/releases/suspect-commits/
@fabiendem yep, but please do, actually, the plugin does use `sentry-cli` as well., there's a built-in version. You definitely can achieve what you want using this CLI till we get...
indeed, the SDK is using `options.sdk.identifier` instead of `options.sentryClientName`, I'd say `options.sdk.identifier` can be removed in favor of `options.sentryClientName`, and `sentryClientName` is used as `User-Agent` when making API requests to...
also for context https://github.com/flutter/flutter/issues/11481
yeah the idea is that we have some code that is run during the build time that can inject some values either as code generation or env. var. that could...