Skip to content
Snippets Groups Projects
Commit 5555a329 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove message

parent 52f51df5
No related branches found
No related tags found
1 merge request!27Resolve "Mise en place de sentry - sge"
Pipeline #47974 passed
...@@ -20,7 +20,6 @@ const Sentry = require('@sentry/node') ...@@ -20,7 +20,6 @@ const Sentry = require('@sentry/node')
*/ */
async function findUserAddress(url, apiAuthKey, userLogin, pointId) { async function findUserAddress(url, apiAuthKey, userLogin, pointId) {
log('info', 'Fetching user address') log('info', 'Fetching user address')
Sentry.captureMessage('Fetching user address')
const sgeHeaders = { const sgeHeaders = {
'Content-Type': 'text/xml;charset=UTF-8', 'Content-Type': 'text/xml;charset=UTF-8',
apikey: apiAuthKey, apikey: apiAuthKey,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment