Skip to content

fix: fix missing request persistence on unhandled exceptions#8

Merged
georgidhristov merged 1 commit into
DebugProbe:masterfrom
lucyb0207:master
May 9, 2026
Merged

fix: fix missing request persistence on unhandled exceptions#8
georgidhristov merged 1 commit into
DebugProbe:masterfrom
lucyb0207:master

Conversation

@lucyb0207
Copy link
Copy Markdown
Contributor

Closes #4

Copy link
Copy Markdown
Collaborator

@georgidhristov georgidhristov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and request persistence now works correctly for unhandled exceptions.

One follow-up issue still exists: requests captured during unhandled exceptions may still store status code 200 because the response status has not been finalized yet.

I’ll track this separately. Thanks for the contribution.

@georgidhristov georgidhristov merged commit b759e91 into DebugProbe:master May 9, 2026
@georgidhristov georgidhristov added bug Something isn't working middleware HTTP pipeline and middleware related issues labels May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working middleware HTTP pipeline and middleware related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unhandled exception requests (500) are not captured

2 participants