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

runtime-v2: fix for exception stack trace logging #1062

Merged
merged 7 commits into from
Jan 7, 2025

Conversation

brig
Copy link
Contributor

@brig brig commented Jan 2, 2025

If a task throws UserDefinedException or returns taskResult.fail, the stack trace is not logged.
In all other cases, the stack trace must be logged.

Now it seems like all the cases are covered by tests :)

@brig brig force-pushed the brig/v2-log-exceptions branch from a462225 to 8faa82f Compare January 2, 2025 22:01
@brig brig marked this pull request as ready for review January 2, 2025 23:54
@brig brig requested a review from a team January 2, 2025 23:54
@brig brig changed the title runtime-v2: log stacktrace exceptions fix runtime-v2: fix for exception stack trace logging Jan 2, 2025
@brig brig merged commit 2f6f43a into master Jan 7, 2025
4 checks passed
@brig brig deleted the brig/v2-log-exceptions branch January 7, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants