getsentry / sentry-kotlin-multiplatform

Sentry SDK for Kotlin Multiplatform
MIT License
123 stars 18 forks source link

The Ability to Adjust App Hang Preferences #179

Closed alexwhb closed 3 months ago

alexwhb commented 4 months ago

Problem Statement

I've seen in the individual iOS & Android libraries you can configure the hang detection for a number of milliseconds or disable it all together. It'd be really great to have this in the multiplatform library. Or if there's a way to do it currently I'd love to be pointed in the right direction on how to do that.

Solution Brainstorm

No response

buenaflor commented 4 months ago

hey! yea totally, we can add that option.

To be sure, you are looking for

Cocoa:

Android:

alexwhb commented 4 months ago

Yes exactly! That would be awesome!

buenaflor commented 4 months ago

Still need to discuss this internally whether to separate the options or combine them

buenaflor commented 4 months ago

We decided to keep them separate similar to the Flutter and RN SDKs to avoid confusion