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

feat(thread): add faulting field to thread struct #23

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

MateuszKepczynskiSauce
Copy link
Collaborator

The faulting thread in the stack trace algorithm should set a “faultingThread” boolean variable. This variable allows to indicate which one thread is causing the issue - also behind the scene, this thread will be used to generate a fingerprint and error description.

@MateuszKepczynskiSauce MateuszKepczynskiSauce added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Nov 22, 2024
@MateuszKepczynskiSauce MateuszKepczynskiSauce merged commit 0f1ae2e into master Nov 28, 2024
5 of 6 checks passed
@MateuszKepczynskiSauce MateuszKepczynskiSauce deleted the feat/add-new-thread-field branch November 28, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants