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

Optionally serialize stack #22

Merged
merged 5 commits into from
Jul 29, 2020
Merged

Optionally serialize stack #22

merged 5 commits into from
Jul 29, 2020

Conversation

rekmarks
Copy link
Member

Serializing the error stack is useless in production for our purposes, and it's a long string that just takes up space.

We don't need it, but making it optional is cheap, so this PR makes it an option that disables it by default.

Also adds test cases, updates types, and makes some minor cleanup.

This was referenced Jul 27, 2020
Copy link

@brad-decker brad-decker left a comment

Choose a reason for hiding this comment

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

LGTM!

@rekmarks rekmarks requested a review from a team as a code owner July 29, 2020 21:22
@rekmarks rekmarks merged commit f905b5c into master Jul 29, 2020
@rekmarks rekmarks deleted the optionally-serialize-stack branch July 29, 2020 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants