Skip to content
Snippets Groups Projects
Commit 8c1bbadc authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch 'feat/sau/add-instance-name-as-tag' into 'dev'

feat(SAU): Add the instance name as a Sentry tag

See merge request !39
parents 10e11d4a 03c69565
No related branches found
No related tags found
2 merge requests!43Merge dev into master,!39feat(SAU): Add the instance name as a Sentry tag
Pipeline #105078 passed
......@@ -3,7 +3,8 @@ const { version } = require('../package.json')
const { isDev } = require('./helpers/env')
Sentry.init({
dsn: 'https://fa503fe00434433f805d1c715999b7f5@grandlyon.errors.cozycloud.cc/3',
dsn:
'https://fa503fe00434433f805d1c715999b7f5@grandlyon.errors.cozycloud.cc/3',
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
......@@ -16,3 +17,4 @@ Sentry.init({
})
Sentry.setTag('method', 'TIERS-DIRECT')
Sentry.setTag('instance', process.env.COZY_URL)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment