v0.59.1
Added
- Support for logging traces to a configured OpenTelemetry collector endpoint (thanks @TheAngryByrd!)
- to use this, set the CLI argument
--otel-exporter-enabled
, and set theOTEL_EXPORTER_OTLP_ENDPOINT
the the URL of a reachable collector before launching the app - then, send the
fsharp.notifications.trace
configuration set totrue
, and the fsharp.notifications.traceNamespaces` configuration set to an array of string patterns for namespaces of activities to match on.
- to use this, set the CLI argument