Skip to content

Fixes #127: Added ability to record http headers#300

Merged
niemyjski merged 3 commits intomainfrom
feature/header-support
Apr 25, 2023
Merged

Fixes #127: Added ability to record http headers#300
niemyjski merged 3 commits intomainfrom
feature/header-support

Conversation

@niemyjski
Copy link
Copy Markdown
Member

Before merging this we probably need to make these changes server side as well.

I also want to add MAX_DATA_ITEM_LENGTH to the other two implementations.

@niemyjski niemyjski requested a review from ejsmith April 18, 2023 13:23
@niemyjski niemyjski self-assigned this Apr 18, 2023
@ejsmith
Copy link
Copy Markdown
Member

ejsmith commented Apr 18, 2023

This looks good. Not sure how the string[] array will get handled by Exceptionless though. Should we just have it be a comma delimited string of header values?

@niemyjski
Copy link
Copy Markdown
Member Author

We need to update the backend first, but I'd rather do an array here than a comma delimited list as it would be easier to render out and then you have no issues escaping existing values that might have a comma.

@niemyjski niemyjski force-pushed the feature/header-support branch from 38d7828 to 65c9a4b Compare April 22, 2023 11:58
Copy link
Copy Markdown
Member Author

@niemyjski niemyjski left a comment

Choose a reason for hiding this comment

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

Self reviewed

@niemyjski niemyjski merged commit 670ead2 into main Apr 25, 2023
@niemyjski niemyjski deleted the feature/header-support branch April 25, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants