Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@ueman the linked issue does not have any breadcrumb with `device.screen` category, could you double-check, please?

I'd chose between `bug` or `enhancement` btw, it can't be both though, sounds like it does its job so maybe debouncing would be an enhancement to not make it too...

indeed, thanks, let's debouce it and take the last then, what would be a reasonable timeout for deboucing? 1-3s?

> I'm working on the RN new Architecture and having multiple sample apps will be important. I've check this PR, but I'm not sure if there is anything we could...

> does not do what? eg: `capture_exception` checks if `Client` is `None` and bails out https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/hub.py#L362-L363 `start_transaction` does not do it, and always create a new `Transaction` even if the...

> Dupe: #747 ? maybe, but the reason behind #747 was another one, to still be able to propagate the traceId across server-side and client-side SDKs, and this one is...

@vishnukvmd Thanks for doing this. That would require changes on the Android SDK as well since it does a roundtrip in the JSON, otherwise, this field is gonna be lost....

> Hey @marandaneto, why would this require changes to the Java SDK? Isn't the Dart SDK self contained? Hey, no, the Android SDK has to deserialize and serialize again the...

> Yikes, I had no idea. I would much rather someone who is familiar with the development environment for the Java SDK make that change. I hope that's okay. Yep,...