Skip to content

v0.59.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 17:35
· 307 commits to main since this release

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 the OTEL_EXPORTER_OTLP_ENDPOINT the the URL of a reachable collector before launching the app
    • then, send the fsharp.notifications.trace configuration set to true, and the fsharp.notifications.traceNamespaces` configuration set to an array of string patterns for namespaces of activities to match on.

Changed