-
Notifications
You must be signed in to change notification settings - Fork 925
fix(miniflare): improve error logging to include error causes in stack traces #9843
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: b9fda7d The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
11f279f
to
00bfeb1
Compare
1437390
to
de2d25d
Compare
Failed to automatically backport this PR's changes to Wrangler v3. Please manually create a PR targeting the Depending on your changes, running Notes:
|
what if we hid the middleware stack trace entirely? its not really relevant to the user. |
dbb28eb
to
de2d25d
Compare
de2d25d
to
0ca0bfe
Compare
2c538d4
to
ce2cb38
Compare
ce2cb38
to
b9fda7d
Compare
Fixes DEVX-1977
This makes miniflare logging the full error stack traces in one single log for better visibility.
Before:
After: