fix(medusa): Re throw error in instrumentation after reporting it (#11464)
FIXES FRMW-2914 **What** Currently, when the instrumentation is enabled, some instrument catches the errors in order to set the span status and info, unfortunately, these errors are not re throw leading to swallow them and return nothing in the end leading to potential breaks in flows
This commit is contained in:
committed by
GitHub
parent
e769c5afe3
commit
ceb99d073a
5
.changeset/wicked-roses-appear.md
Normal file
5
.changeset/wicked-roses-appear.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): Re throw error in instrumentation after reporting it
|
||||
Reference in New Issue
Block a user