You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance for a version of Bun with debug entitlement that I can throw in XCode Instruments? Would appreciate instructions on that if that's available.
What version of Bun is running?
1.1.36+ededc168c
What platform is your computer?
Darwin 23.5.0 arm64 arm
What steps can reproduce the bug?
Profiling an express application, but there's very little call trace available.
LOG_LEVEL=debug bun --inspect ./server/index.ts
What is the expected behavior?
Complete call tree
What do you see instead?
Very little call tree available, containing non of the express's functions or user functions
Additional information
No response
The text was updated successfully, but these errors were encountered: