Skip to content

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 13:33
8b4a646
Add TypeScript OTEL e2e tracing example (#376)

* Add TypeScript e2e OTEL tracing example

- Use TextMapGetter in extractTraceContext so all propagator formats (W3C, B3, Jaeger) work without hardcoding header names
- Explain in README why Node.js auto-instrumentation can't substitute for manual extraction: Restate wraps the HTTP transport layer and handlers replay, so one span per logical invocation requires extracting from ctx.request().attemptHeaders
- Remove committed screenshot (trace.png); add *.png to .gitignore

* Use the new hook api

* Move around + update readme

* Fix

---------

Co-authored-by: slinkydeveloper <me@slinkydeveloper.com>