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

Enable recording where an interaction was acknowledged first #2685

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

freya022
Copy link
Contributor

@freya022 freya022 commented Jun 6, 2024

Pull Request Etiquette

Changes

  • Internal code
  • Library interface (affecting end-user code)
  • Documentation
  • Other: _____

Closes Issue: NaN

Description

This PR enables saving stack traces when an user acknowledges an interaction, helping the user find out where their interaction was acknowledged first, in addition to where it tried to acknowledge from.

The stack traces are only saved after the first acknowledgement exception is thrown, and will be disabled when:

  • The same exception happens again, this time with additional info
  • Or, after 15 minutes (gets reset when the first acknowledgement exception is thrown)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants