@tracetest/opentelemetry-web
v0.2.5
Published
Tracetest x OpenTelemetry Web
Downloads
259
Readme
@tracetest/opentelemetry-web
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
- For a detailed step-by-step tutorial on how to use this module: visit https://docs.tracetest.io/getting-started/configure-trace-ingestion/