Skip to content
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

Bun Support #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

gtmetric
Copy link

@gtmetric gtmetric commented Feb 16, 2025

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: #1

@gtmetric gtmetric marked this pull request as draft February 19, 2025 14:56
@gtmetric gtmetric marked this pull request as ready for review February 19, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant