🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ariestools/telemetry

Package Overview
Dependencies
Maintainers
3
Versions
1
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

latest
Source
npmnpm
Version
8.1.1
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 16 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts