Getting Started

These two guides for Node.js and the browser use simple examples in javascript to get you started with OpenTelemetry. Both will show you the following steps:

  • Install the required OpenTelemetry libraries
  • Initialize a global tracer
  • Initialize and register a span exporter

Node.js

Get telemetry for your app in less than 5 minutes!

Browser