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
I'm using this bundle and Symfony Messenger to process different background tasks, but this shows up in NewRelic as a single message:consume transaction, even if the tasks are profoundly different. Would it be possible to add the message type (or the handler name) in the transaction name, so that we would obtain different transactions?
The text was updated successfully, but these errors were encountered:
Can highly recommend looking at https://github.com/ArxusPublic/messenger-newrelic as inspiration for middleware that properly names the messenger messages, and splits them as separate transactions.
I'm using this bundle and Symfony Messenger to process different background tasks, but this shows up in NewRelic as a single
message:consume
transaction, even if the tasks are profoundly different. Would it be possible to add the message type (or the handler name) in the transaction name, so that we would obtain different transactions?The text was updated successfully, but these errors were encountered: