avis newrelic Erch avec les attributs personnalisés

try {  // code that throws an error} catch (err) {  newrelic.noticeError(err, { attribute1: 'value1', attribute2: 2 });}
Clumsy Caterpillar