-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
fix(exception): add capture stack trace #2408
Conversation
Benchmarks
ExplanationThe benchmark shows a performance difference between the frameworks. We note that Ts.ED is often last. In fact, Ts.ED uses features useful to a production application which reduce its performance. For example, Ts.ED initializes a sandbox (async_hook) for each request in order to work in an isolated context if necessary. All this at a necessary cost that reflects the reality of a production application ;) |
🎉 This PR is included in version 7.34.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 7.35.0-beta.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 7.35.0-rc.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 7.36.0-rc.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 7.36.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes: #2402