-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Implement a Error.captureStackTrace
polyfill
#258
Comments
Bun needs to add a polyfill for V8's I will rename this issue to reflect that this polyfill is necessary |
Error.captureStackTrace
polyfill
Also worth noting: Some examples of where this is useful:
The full API is documented here: https://v8.dev/docs/stack-trace-api. On a side note, ideally bun will replicate the error formatting v8 has exactly - several error tracking libraries rely on errors being formatted this way (e.g. sentry). |
guys any updates ?. |
any updates ? |
Yes. @evanwashere is actively working on express support as I write this.
…On Sat, Jul 9, 2022 at 9:11 AM Nawapat Buakoet ***@***.***> wrote:
any updates ?
—
Reply to this email directly, view it on GitHub
<https://github.com/Jarred-Sumner/bun/issues/258#issuecomment-1179567726>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFNGS4YRWZR54VTJFE657DVTGQBLANCNFSM52ZKPEVA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Good to know :) |
Any updates now? I'm facing the same problem with the Kafka JS npm package |
Hey folks, any updates on this? |
Here is a reference implementation in JSC from a few years back: |
Coming soon! Here is a PR: #1476 |
Fixed by @dylan-conway in #1476 |
Thank you @dylan-conway and @Jarred-Sumner <3 |
installed express via
bun add express
then tried running the hello-world express example and got the following error// express.js
Error:
The text was updated successfully, but these errors were encountered: