Add input data to processed messages#46
Conversation
|
Thanks for the PR @SpartakusMd! I'm quite swamped at the moment so I'll give it a proper review (and start working on the other issues) when I have a chance. Curious about what you said in the issue:
Using |
|
Thanks for the PR. Look already promising. |
05ae1d4 to
5fd1238
Compare
| "require": { | ||
| "php": ">=8.1", | ||
| "symfony/framework-bundle": "^6.4|^7.0", | ||
| "symfony/framework-bundle": "^6.4.1|^7.0", |
There was a problem hiding this comment.
To include the following fix symfony/symfony#52852 for symfony serializer
|
@kbond what do you think about the implementation? We're using the fork now in production and improves a lot the debugging life. |
|
Looks good, I'm going to be adding this bundle to an ap so I'll be able to test this out locally soon. |
|
@kbond I found an issue related to emails. If the email is sent via Messenger, it will also be captured and save to the database. The problem comes when the message contains attachments, they will also be serialized and saved to the database. I propose to clone the message before serializing and remove attachments from it. What do you think? |
|
In the end, I have added a new stamp |
|
Hello @kbond, did you have time to check the changes? |
|
Hey @SpartakusMd! Sorry for the delay - I haven't forgotten about this! I'm pretty sure the next pre-release is going to require a migration because of #105 so feels like a good time to add this feature. I think I'm going to add a global config to disable/enable the result storage by default, then add Also, for the Thoughts? |
|
Hello @kbond, sounds good the config and stamps. Regarding email attachment, I didn't find a way to eliminate binary fields from being saved in the DB. |
d913392 to
cc9cde9
Compare
cc9cde9 to
c95802a
Compare
|
awesome feature! |
f3a1b6a to
ac39231
Compare
|
@kbond could we move forward with this PR? I would like to add some extra functionality on top of it and avoid piling all the changes in a single PR, which would make the review harder. |
|
@kbond friendly ping |
|
Ak, sorry all, this keeps falling down my list. I do really want to see this feature! |
|
When is this PR estimated to be merged? |
6c240ab to
7353f82
Compare
7353f82 to
b79836a
Compare

Fixes #17
symfony/serializerto normalize the message from the envelope.inputfield