Releases: evanderkoogh/otel-cf-workers
Releases · evanderkoogh/otel-cf-workers
v1.0.0-rc.49
v1.0.0-rc.48
Minor Changes
- 150efef: Add initial support for D1 (experimental)
v1.0.0-rc.47
v1.0.0-rc.46
Patch Changes
- 7834157: Include correct version number in the outputted telemetry
- 1969866: EXPERIMENTAL: implement withNextSpan(attrs: Attributes) that will includes those attributes in the next span that is created.
This is useful for adding additional information to spans created by libraries such as when usingfetch
for example.
v1.0.0-rc.45
v1.0.0-rc.44
Patch Changes
- bd0a46a: Upgrade dependencies and make @open-telemetry/api a peer-dependency to guard against different otel api implementations.
v1.0.0-rc.40
v1.0.0-rc.39
Minor Changes
- 52100b5: [Breaking] Rename durable object fetch, client fetch and service binding spans
Patch Changes
-
360e3bd: fix: Avoid calling bind on instances of RpcProperty
This PR inspects the unwrapped value, and if it's constructor is of RpcProperty, it handles binding by returning a different function that calls the RPC property as if it was bound.
Thanks @JacobMarshallPP !
v1.0.0-rc.38
Patch Changes
- 0fdf245: Add back instrumentation of fetch in service bindings