Error message when using Bun as the engine #5260
Labels
bug
Something isn't working
has:reproducer
This bug/feature has a minimal reproducer provided
runtime:bun
Unsupported Runtime Bun
triage
What happened?
Steps to Reproduce
Follow the any basic example of using Phoenix but Bun as the engine.
Actual Result
The logs are send and received by the Phoenix service but an error message is logged in the client for every request.
Expected Result
Keep sending the logs but no error messages in the client side.
Additional Details
Switch the JS engine to Node.js makes the system work normally with any error message.
OpenTelemetry Setup Code
package.json
Relevant log output
Operating System and Version
macOS 15.1
Runtime and Version
bun 1.1.31, Node.js v20.17.0
The text was updated successfully, but these errors were encountered: