0.2.5 • Published 8 months ago

@tracetest/opentelemetry-web v0.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

@tracetest/opentelemetry-web

NPM Published Version

About

This module provides an easy way to instrument your web applications by just adding a few lines of code.

Usage

import TracetestWebSDK from "@tracetest/opentelemetry-web";

const sdk = new TracetestWebSDK({
  serviceName: "browser-app",
  endpoint: "http://<tracetest-agent>:4318/v1/traces",
});

sdk.start();

Useful Links