Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace symbolizer with kj built-in #3149

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Nov 20, 2024

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

@anonrig anonrig requested a review from mikea November 20, 2024 22:57
@anonrig anonrig requested review from a team as code owners November 20, 2024 22:57
@anonrig anonrig requested a review from erikcorry November 20, 2024 22:57
@anonrig anonrig requested a review from jasnell November 20, 2024 22:59
src/workerd/jsg/jsg.c++ Outdated Show resolved Hide resolved
@anonrig anonrig force-pushed the yagiz/remove-unnecessary-symbolizer branch from 482472e to 739c80c Compare November 20, 2024 23:02
@anonrig anonrig requested a review from jasnell November 20, 2024 23:08
@anonrig anonrig merged commit f32706b into main Nov 20, 2024
12 of 14 checks passed
@anonrig anonrig deleted the yagiz/remove-unnecessary-symbolizer branch November 20, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants