Skip to content

Commit 21f68ca

Browse files
JPeer264claude
andcommitted
fixup! fix(bun, node): Fix channel GC, http.server spans and fetch spans on Bun
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
1 parent 3c7ba10 commit 21f68ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • dev-packages/bun-integration-tests/node-suites

‎dev-packages/bun-integration-tests/node-suites/excludes.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ const NO_AUTO_INSTRUMENTATION = [
116116
// Fail on Bun, cause not investigated yet. `system-error` and `tracer-start-active-span-error`
117117
// fail on Bun 1.3.14 and pass on Bun 1.4.2. With the `@sentry/bun` alias, `system-error` also
118118
// fails because `@sentry/bun` does not include `nodeSystemErrorIntegration`. In `httpIntegration`
119-
// the outgoing request tests fail (JS-3507), and the tests that overwrite `server.emit` time out.
119+
// the outgoing request tests fail for the reason of `NO_OUTGOING_HTTP_INSTRUMENTATION`, and the
120+
// tests that overwrite `server.emit` time out.
120121
const NOT_TRIAGED = [
121122
'suites/contextLines/filename-with-spaces/test.ts',
122123
'suites/modules/test.ts',

0 commit comments

Comments
 (0)