debug-next
debug-next copied to clipboard
Bun Support
Issue
Bun and Node runtimes have some differences in handling error stack which caused the package to break when running with bun.
Changes
- Check for the bun version and handle the discrepancies
- Fix tests for bun runtime (test in bun runtime with
bun test) - all tests passed for bun - Bump the package version to 0.4.0
- Support
DEBUG_APP_NAME- bun runs the entry file last, causing logs to initialize before the app name is set
This PR should address this issue: https://github.com/calvintwr/debug-next/issues/1