Version 1.3.0
This release updates the way we configure the OpenTelemetry exporter to allow easy use with any compatible OTLP endpoint.
To configure your OpenTelemetry export, you should expose the following environment variables:
# Example configuration for Honeycomb
export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"
export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"