Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support enableAppHangTracking and appHangTimeoutInterval properties for App Hangs #338

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

lucas-zimerman
Copy link
Collaborator

@lucas-zimerman lucas-zimerman commented Mar 22, 2024

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

@lucas-zimerman lucas-zimerman marked this pull request as ready for review March 22, 2024 00:52
@lucas-zimerman lucas-zimerman merged commit 4fd74a0 into main Mar 25, 2024
10 checks passed
@lucas-zimerman lucas-zimerman deleted the feat/apphang branch March 25, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support enableAppHangTracking and appHangTimeoutInterval properties for App Hangs
1 participant