Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

depends on https://github.com/getsentry/sentry-native/pull/514

Let's cap at 3 levels at a minimum, otherwise, go one level less, e.g. `br.com.mycompany` keeps as it is, `br.com.mycompany.android` becomes `br.com.mycompany`.

Let's investigate if this is possible via the Gradle plugin before going ahead, we might be able to have the full list of package names and pass this to the...

Profiling is doing this server-side (for profiling specifically), align with them and @stefanosiano about how to do this.

@adinauer feel free to transfer this issue to `sentry-java` repo.

Another thing to consider is that if Sentry is able to capture an event, but MetricKit has an additional context (does it?), we could empower the error sent to Sentry...

let me play a bit the defensive person here, if the crash is actually on sending events, raising a new event actually causes a sort of infinite loop, I'm not...

got it, what's about if we indeed shipped a bug'ed SDK, then fix/release it, the SDK is still not going to be able to init by itself since there's a...

> On Java, we have [typed hints](https://github.com/getsentry/sentry-java/tree/beba01476ab71745b0cae821bed705d582374161/sentry/src/main/java/io/sentry/hints). I think that would be better than having a `Map`. Yes, it used to be a `Map`, now it is a typed Hint,...

> @eoghanmurray any chance we could get a pair of eyes on this PR? Maybe @Juice10 can help here as I've seen their activity on other PRs recently.