Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

We're currently reworking the Android SDK and it's rewritten in Kotlin, still has Java dependencies e.g. Gson but it'd be much easier to write a KMP wrapper on top of...

A quick workaround, for now, is to just call the [API directly](https://posthog.com/tutorials/api-capture-events) until we provide first-class support for Kotlin Multiplatform.

@ar-g We are not focused on that right now since there's not a lot of demand, usually we prioritize depending on the number of requests, very user-centric. Instead of writing...

@ar-g most likely a pure client would make more sense, yes, more lightweight. > What we want to do is track transaction failure events that include versions and different metadata....

@ar-g about alerting, unfortunately not yet, please upvote this [issue](https://github.com/PostHog/posthog/issues/14331).

> SDK - separate masking text and masking inputs You can use the [ph-no-capture](https://posthog.com/docs/session-replay/mobile#recording-specific-configuration)

> CAPTURE - RENDER - how do we deal with custom components? You can use the [drawableConverter](https://github.com/PostHog/posthog-android/blob/main/USAGE.md)

> SDK - default to capturing images? The problem here is PII, we know they are images but not what they contain, this will be a bigger problem if we...

> CAPTURE - better "frame rate" for capture There were a few improvements, such as the debouncer with the [debouncerDelayMs](https://posthog.com/docs/session-replay/mobile#recording-specific-configuration) config.