# 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();