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

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

Merged
merged 3 commits into from
Apr 25, 2023

Conversation

niemyjski
Copy link
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
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
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
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