diff --git a/src/core/findUserPdl.js b/src/core/findUserPdl.js
index 7fdad2da1c8477e756204afefe99151dce6bcfb4..137a8cc3416d70b63c4c9e1032e65269f06c8fbf 100644
--- a/src/core/findUserPdl.js
+++ b/src/core/findUserPdl.js
@@ -80,7 +80,11 @@ async function findUserPdl(
     }
   } catch (error) {
     log('error', 'Error while findingUserPdl', error)
-    Sentry.captureException(error)
+    Sentry.captureException(error, {
+      tags: {
+        section: 'findUserPdl',
+      },
+    })
     throw new Error(errors.VENDOR_DOWN)
   }
 }