Skip to content

feat(jest): emit test logs as otel logs#19

Open
vito wants to merge 1 commit intomainfrom
otel-logs
Open

feat(jest): emit test logs as otel logs#19
vito wants to merge 1 commit intomainfrom
otel-logs

Conversation

@vito
Copy link
Copy Markdown
Contributor

@vito vito commented May 8, 2026

Summary

  • export Jest console output as OpenTelemetry logs on the active test span
  • support Jest buffered/custom console implementations without changing displayed stacks
  • add a local Dagger fixture and cache-bust npx jest during dagger check

Testing

  • bun run lint
  • bun run build
  • tests/log_output_toolchain_local: dagger --progress=dots check

Export Jest console output through the OpenTelemetry logs pipeline on the active
test span, including support for Jest's buffered/custom consoles. Add a local
fixture and cache-bust check runs so output routing is exercised.

Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
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