Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@owais owais released this 04 Mar 20:39
· 523 commits to main since this release

This release uses OpenTelemetry JS version 0.18.0. If you want to extend the instrumentation manually, use the OpenTelemetry JS API version 0.18.0. Consult the release notes linked above for upstream changes.

Refer to Getting Started documentation to instrument your application with splunk-otel-js.

Changes

  • Now ships with aliases for commonly used modules to make import paths nicer.

    • Instead of import startTracing from @splunk/otel/lib, it can now be imported from @splunk/otel.
    • Apps can be auto-instrumented with -r @splunk/otel/instrument instead of -r @splunk/otel/lib/instrument