diff --git a/index.js b/index.js
index 2c592466d98a20c6d9c7362a462fc0af91141f26..19044f0aaa1a3beb5e6be34305d44cde09425e6a 100644
--- a/index.js
+++ b/index.js
@@ -247502,7 +247502,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)
   }
 }