You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Elysia API is crashing after adding import "dd-trace/init"; to the earliest possible point in the implementation.
The error is:
bun: symbol lookup error: /app/node_modules/@datadog/pprof/prebuilds/linuxglibc-x64/node-127.node: undefined symbol: _ZN2v816FunctionTemplate12SetClassNameENS_5LocalINS_6StringEEE
I've tried downgrading the version several times without luck. This error does not occur in other Bun applications, but it crashes consistently when added to an Elysia application.
Tracer Version(s)
5.35.0, 5.23.1, 5.22.0
Node.js Version(s)
--
Bug Report
My Elysia API is crashing after adding
import "dd-trace/init";
to the earliest possible point in the implementation.The error is:
I've tried downgrading the version several times without luck. This error does not occur in other Bun applications, but it crashes consistently when added to an Elysia application.
Is this a known issue? Are there any workarounds?
Reproduction Code
Error Logs
Tracer Config
Operating System
Debian Linux (via Docker)
Bundling
No Bundling
The text was updated successfully, but these errors were encountered: