🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@atrim/instrument-core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atrim/instrument-core

Core instrumentation logic shared across platform packages

dev
latest
Source
npmnpm
Version
0.4.0-7fcca2c-20251118194316
Version published
Weekly downloads
8
-27.27%
Maintainers
1
Weekly downloads
 
Created
Source

@atrim/instrument-core

Internal package - Shared platform-agnostic instrumentation logic.

This package contains the core functionality shared across all @atrim/instrument-* platform packages:

  • Configuration loading (YAML/URL)
  • Pattern matching and compilation
  • Schema validation (Zod)
  • Logging utilities

Not for Direct Use

This package is private and not published to npm. It is automatically installed as a workspace dependency when you install any @atrim/instrument-* package.

For Platform Package Developers

If you're building a new platform package (e.g., @atrim/instrument-web), you can depend on this package:

{
  "dependencies": {
    "@atrim/instrument-core": "workspace:*"
  }
}

License

MIT © Atrim AI

Keywords

opentelemetry

FAQs

Package last updated on 18 Nov 2025

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