<!-- If you have identified a specific bug in the dd-otel-host-profiler codebase, please describe it here. If the issue requires debugging or investigation of your specific private setup, that is best accomplished via support. Please contact Datadog [support](http://docs.datadoghq.com/help/). --> **Version of dd-otel-host-profiler** <!-- If you aren't using the [latest version](https://github.com/DataDog/dd-otel-host-profiler/releases) of dd-otel-host-profiler, try upgrading first to see if your issue has already been resolved --> v0.3.0 **Describe what happened:** Ran the profiler on a host running `nsolid` **Describe what you expected:** Expected javascript frames, but none were present. **Steps to reproduce the issue:** <!-- If you can include a minimal code sample to reproduce the issue it can significantly reduce resolution time --> Run dd-otel-host-profiler agent in docker container using: ``` RUN curl -sO https://deb.nodesource.com/setup_22.x RUN bash setup_22.x RUN apt-get update && apt-get install -y nsolid=22.15.0-ns5.7.1 ``` **Additional environment details (Version of Go, Operating System, etc.):** Fix is in newer version of ebpf-profiler: https://github.com/open-telemetry/opentelemetry-ebpf-profiler/issues/219 https://github.com/open-telemetry/opentelemetry-ebpf-profiler/pull/503