New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@anyway-sh/node-server-sdk

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anyway-sh/node-server-sdk

Anyway Software Development Kit (SDK) for Node.js

latest
Source
npmnpm
Version
0.22.12
Version published
Maintainers
2
Created
Source

Anyway SDK for Node.js

Apache License

Anyway Tracing JS is a set of extensions built on top of OpenTelemetry that gives you complete observability over your LLM application. Because it uses OpenTelemetry under the hood, it can be connected to your existing observability solutions - Datadog, Honeycomb, and others.

Getting Started

Install the SDK:

npm install --save @anyway-sh/node-server-sdk

Then, to start instrumenting your code, just add these 2 lines to your code:

import * as traceloop from "@anyway-sh/node-server-sdk";

traceloop.initialize();

Make sure to import the SDK before importing any LLM module.

License

Apache 2.0 - See LICENSE for more information.

Keywords

opentelemetry

FAQs

Package last updated on 12 Mar 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