getsentry / sentry-cordova

The official Sentry SDK for Cordova
https://sentry.io/
MIT License
68 stars 55 forks source link

Support enableAppHangTracking and appHangTimeoutInterval properties for App Hangs #338

Closed lucas-zimerman closed 1 month ago

lucas-zimerman commented 1 month ago

This feature allow users to disable or increase the time of the app hang events.

Without it, Sentry will create events similar to the following one when the app hangs the UI: https://sentry-sdks.sentry.io/issues/5080073190/events/018e7e8767624078b7fe1422b415231d

by disabling enableAppHang, Sentry will no longer create the hang events.

Close #323