-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Detour serializer #2899
feat: Detour serializer #2899
Conversation
I'm curious to see this! But I don't see any usage of |
Yeah, I suppose I should have left my log in there as explanation, especially since I've had subsequent merges. I'll add it back in for discussion / testing. I can remove if we deem it too noisy for Splunk |
6f8da9a
to
5ff2515
Compare
5ff2515
to
edad323
Compare
028dbc6
to
c646184
Compare
ab59b73
to
e80c604
Compare
e80c604
to
99c5e17
Compare
Co-authored-by: Kayla Firestack <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! one note, but otherwise I think this is ready to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect thank you!
Asana Ticket: https://app.asana.com/0/1205385723132845/1208675099752885
The second commit is completely optional, and maybe not even proper. I enjoyed using map_diff to help print the difference between
state
andserialized_snapshot
on line 29 ofsnapshot_serde.ex
. Not used in production, though, so might not be logical to commit it. On the other hand, I can see it being valuable to our production logs if we did want it.