-
Notifications
You must be signed in to change notification settings - Fork 82
Labels
bugSomething isn't workingSomething isn't working
Description
What is the current behavior?
Consumer queue runner errors with the following:
Warning: Undefined array key "queue_name"
From the file vendor/justbetter/magento2-sentry/Plugin/Profiling/QueuePlugin.php:53:
'messaging.queue.name' => $properties['queue_name'],
Funnily enough I noticed this because the module reported itself to sentry :D
What is the expected behavior?
Consumer queue should not error
How can we reproduce the issue?
No response
What is the proposed solution?
Review what exists in the $properties array, maybe the name property has changed key
do you have any additional information for us?
No response
Is there an existing issue for this?
- I have searched the existing issues
Are you willing to create a pull request for this?
- If i have a fix i would be willing to create a pull request
DmitryFurs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working