debug-next icon indicating copy to clipboard operation
debug-next copied to clipboard

Bun Support

Open gtmetric opened this issue 11 months ago • 0 comments

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

gtmetric avatar Feb 16 '25 14:02 gtmetric