-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
🐛 bugSomething isn't workingSomething isn't working🔨 sdksIssues related to language SDKsIssues related to language SDKs
Milestone
Description
Describe the bug
The console.trace method is used by frameworks like HonoJS to provide extra information when capturing errors. This method is not present in the current SDK and is causing the framework to fail.
Reproduction steps
- Clone the project and go to the
examples/js-honofolder - Edit the
src/index.jsfile and add athrow new Error("error!")` to any handler - Run the example and access to the handler
Expected behavior
Instead of a generic error by wws, Hono should manage it and provide the error. Currently, it's failing because it tries to call console.trace.
Additional context
No response
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working🔨 sdksIssues related to language SDKsIssues related to language SDKs