You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
While it is true that
payload
is mutable, I for one would like to think thepayload
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
The text was updated successfully, but these errors were encountered: