New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@ariestools/telemetry

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariestools/telemetry

OpenTelemetry span helpers and console span exporter for XY Labs TypeScript/JavaScript libraries

Source
npmnpm
Version
8.1.9
Version published
Maintainers
3
Created
Source

logo

@ariestools/telemetry

npm license

OpenTelemetry span helpers and console span exporter for XY Labs libraries

Install

pnpm add @ariestools/telemetry @opentelemetry/api

@opentelemetry/api is a required peer dependency. Install it in your app so tracing context is shared with the rest of your process.

Usage

import { span, spanAsync, createXyConsoleSpanExporter } from '@ariestools/telemetry'

const result = span('work', () => doWork())

Deprecated re-exports from @ariestools/sdk (and @ariestools/sdk/telemetry) still work during the migration window; prefer importing from this package.

License

See the LICENSE file for license rights and limitations (LGPL-3.0-only).

Keywords

ariestools

FAQs

Package last updated on 13 Aug 2026

Related posts