Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@Yupeng-li have you tested on a release or debug mode? I can reproduce the issue on debug mode but not on release mode. The issue is here -> https://github.com/getsentry/sentry-react-native/blob/main/src/js/integrations/debugsymbolicator.ts We...

That's also the reason why the platform is `node` sometimes -> https://github.com/getsentry/sentry-react-native/blob/main/src/js/integrations/debugsymbolicator.ts#L78

we'll discuss that internally if we have to document the optimal approach for this but I'd say this is App's responsibility to secure its own token, this is sensitive information...

We'll document that this is sensitive information and should not be publicly available.

> CLI now allows `--allow-failure` and `SENTRY_ALLOW_FAILURE` > > [getsentry/sentry-cli@b1ce40f](https://github.com/getsentry/sentry-cli/commit/b1ce40f53f329814f9f4c14529d6db69e1f33523) > > Release in version 2.7.0 (note it's missing in changelog on purpose) we have to bump the CLI on...

> I was wondering, why we can't upgrade the CLI on the v4. I've tried it and it doesn't seem to break anything. you'd need to address more issues. https://github.com/getsentry/sentry-wizard/issues/181...

Indeed, for now, there's a workaround. // your span Isolate A `final header = spanIsolateA.toSentryTrace()` // pass header to Isolate B You can use the `final spanIsolateB = Sentry.startTransactionWithContext(SentryTransactionContext.fromSentryTrace(header))`. So...

We'll do an investigation on how this class Timeline task works and how we could use that to our benefit. Users could benefit from creating fine-grained spans out of the...

maybe we could document how to use `sentry-android-core` only at least

we believe that the NDK support should be ootb and people that don't want to pay for it due to bundle size, they can use the sentry-android-core SDK, we'll document...