cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.28k stars 304 forks source link

replace symbolizer with kj built-in #3149

Closed anonrig closed 1 day ago

anonrig commented 1 day ago

Since we have stringifyStackTraceWithLlvm on KJ, we can remove our own implementation. I'm not sure if this is a 1 to 1 replacement since previous implementation has sentry as a dependency...

Ref: https://github.com/capnproto/capnproto/blob/v2/c%2B%2B/src/kj/exception.c%2B%2B#L290