How to instrument and propagate context AWS lambda function via auto-instrumenting (Node.js)
So just for the context I have a web ap I needed to performance test. Initially it was easy, I created a instrumentation file and a collector that I set up with following collector documentation. The collector was configured to use sentry exporter and export data to sentry. It worked without any issues.