From fb956bd3c194fba82d0ebff31b6fc14c5d0c4529 Mon Sep 17 00:00:00 2001 From: Pierre Ecarlat <pecarlat@grandlyon.com> Date: Mon, 29 Jul 2024 15:09:59 +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 0448d43..c8a9755 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