clement-heliot

Results 3 comments of clement-heliot

This might be related: https://github.com/DataDog/dd-trace-js/issues/2225

@rochdev Yep, the APM Service page stopped being updated. Say the service name was saturne, saturne APM page wasn't receiving anything. However saturne-http-client was working as expected. When I rolled...

@rochdev Nope, basically I changed ```javascript tracer.use('http', { blocklist: ['/ping'] }) ``` to ```javascript tracer.use('http', { server: { blocklist: ['/ping'], }, client: { blocklist: [ 'https://back.sqreen.io/sqreen/v1/app-beat', 'https://ingestion.sqreen.com/batches', 'https://events.launchdarkly.com/bulk', ], },...