Aaron Estrada
Aaron Estrada
When move my app to node 14.18.1 or node version 14.15.1 i receive errors in the server. ` err: { "type": "Error", "message": "write EPIPE", "stack": Error: write EPIPE at...
### What does this PR do? hapi instrumentation: Add scope for the server extension events outside the request ### Motivation resolving issue https://github.com/DataDog/dd-trace-js/issues/1988 ### Plugin Checklist - [x] Unit tests....
**The server ext methods include the r[equest-lifecycle ](https://hapi.dev/api/?v=20.2.1#request-lifecycle)events and the [server events ](https://hapi.dev/api/?v=20.2.1#-serverextevents)** ### What the bug is? There isn't any scope activate for the server events... Like `onPreStart` etc.....
will be helpfull if the [hapi instrumentation](https://datadoghq.dev/dd-trace-js/interfaces/plugins.hapi.html) allow an option to enable disable the [hapi lifecycle events.](https://hapi.dev/api/?v=20.2.1#request-lifecycle). And this events can be traced with the hapi instrumentation if needed... something...