From e15e17c89cb55c56ef0de4b8b68b3341d712e651 Mon Sep 17 00:00:00 2001
From: Pierre Ecarlat <pecarlat@grandlyon.com>
Date: Mon, 29 Jul 2024 08:32:08 +0000
Subject: [PATCH] feat(SAU): Add the instance name as a Sentry tag

---
 src/instrument.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/instrument.js b/src/instrument.js
index 3aa1960..ed55173 100644
--- a/src/instrument.js
+++ b/src/instrument.js
@@ -10,3 +10,4 @@ Sentry.init({
   debug: isDev(),
   autoSessionTracking: true,
 })
+Sentry.setTag('instance', process.env.COZY_URL)
-- 
GitLab