simon-id

Results 74 comments of simon-id

@uurien @rochdev Quick question asked by a vulnerability discovery backend guy: >Is it possible to have these dependencies list in the `app-started` event instead of the `app-dependencies-loaded` one ? If...

I got a review from Ugaitz but I'd still like your eyes @rochdev

wild idea: what about doing this instead ```js startupFailureLogChannel.subscribe((data) => { console.log(`The tracer could not start: ${data.error}`) }) startupFailureLogChannel.publish({ error }) ``` instead of having log level channels, we'd have...

> Did you have a use case in mind where it would be helpful to have more granular log channels? Nothing specific in mind, just a thought.

Since the [transfermium](https://en.wikipedia.org/wiki/Transfermium_Wars) elements had some back and forth concerning naming convention, there has been an element called `Joliotium` in reference to [Frédéric Joliot-Curie](https://en.wikipedia.org/wiki/Fr%C3%A9d%C3%A9ric_Joliot-Curie) which is now called something else....

I tried running the system tests on master, and it looks like Telemetry already works. I believe this is what you were trying to achieve @rtfpessoa ?

Ok thanks @rtfpessoa I was about to submit the same PR. I tested the present PR and master with the UDS and non-UDS scenario of system tests, and it becomes...

Integration tests are failing with one span being called `http.request`instead of `web.request` but I rebased twice, I thought this was fixed ?

@juan-fernandez it's the same test failing :thinking: and it has the `DD_TRACE_TELEMETRY_ENABLED: 'false'`

Wait my PR is sending an outgoing http request at startup, could that fail the test the same way ? @juan-fernandez