Minor Changes
-
#10491
5cb806f
Thanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settingsAdds a new
traces
field to theobservability
settings in your Worker configuration that configures the behavior of automatic tracing. Bothtraces
andlogs
support providing a list of OpenTelemetry compliantdestinations
where your logs/traces will be exported to as well as an implicitly-enabledpersist
option that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.
Patch Changes
-
#10571
4e49d3e
Thanks @dario-piotrowicz! - add missing type forsend_email
'sexperimental_remote
field -
#10534
dceb550
Thanks @dario-piotrowicz! - updateunstable_convertConfigBindingsToStartWorkerBindings
to prioritize preview config valuesEnsure that if some bindings include preview values (e.g.
preview_database_id
for D1 bindings) those get used instead of the standard ones (since these are the ones that start worker should be using) -
Updated dependencies [
dac302c
,3b78839
]:- miniflare@4.20250906.0
- @cloudflare/unenv-preset@2.7.3