Telemetry
  • Home
  • Found a bug?
  • Feature requests
  • Releases
  • Github
  • NPM
  1. Reference
  2. Telemetry
  3. Noop​Telemetry​Client

NoopTelemetryClient

A fake implementation of TelemetryClient for use in non-standard contexts such as unit tests and Storybook.

Usage

import { NoopTelemetryClient } from "@workleap/telemetry/react";

const client = new NoopTelemetryClient();

See also

Reference

initializeTelemetry

Use with Storybook

When working with third-party tools like Storybook, developpers typically don't want to send real telemetry data to external platforms. However, the code may still depend on having an instance of the telemetry clients available.

Edit this page
Previous Telemetry​Client
Next Telemetry​Provider
  • About
  • License

© Copyright 2026 - Workleap