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

meta_request deletes keys from activesupport notification payloads #190

Open
cpb opened this issue Sep 13, 2023 · 0 comments
Open

meta_request deletes keys from activesupport notification payloads #190

cpb opened this issue Sep 13, 2023 · 0 comments

Comments

@cpb
Copy link

cpb commented Sep 13, 2023

While it is true that payload is mutable, I for one would like to think the payload is append only. Certainly, at least, for fields written by rails itself.

So, it was with some surprise that I discovered that meta_request was the source of the mutation to the Active Support Notification payloads I was working with.

Helped explain for me the differences in my platform behaviour between test and staging vs development.

https://github.com/dejan/rails_panel/blob/master/meta_request/lib/meta_request/app_notifications.rb#L19-L25

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

No branches or pull requests

1 participant