
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@octri/monitoring-cli
Advanced tools
Deprecated — use @octri/cli (`octri monitoring …`). Forwards to it so existing pipelines keep working.
Deprecated. Use @octri/cli and
run octri monitoring.
The source-map uploader and the Octri CLI are one binary now. This package still
publishes so pipelines pinned to npx @octri/monitoring-cli keep running, but it
contains no implementation: it prints a deprecation notice on stderr and forwards
its arguments into the octri router, so the two can never drift.
Replace the binary name and prefix the command with monitoring. Every flag,
environment variable and exit code is unchanged.
# before
npx @octri/monitoring-cli sourcemaps upload ./dist --release "$GIT_SHA"
npx @octri/monitoring-cli sources upload ./src --release "$GIT_SHA"
# after
npx @octri/cli monitoring sourcemaps upload ./dist --release "$GIT_SHA"
npx @octri/cli monitoring sources upload ./src --release "$GIT_SHA"
Installed globally, that is octri monitoring sourcemaps upload ./dist.
MONITORING_URL, MONITORING_TOKEN, MONITORING_ENVIRONMENT and
MONITORING_RELEASE all still work, and MONITORING_INGEST_TOKEN is still read
as a fallback for the token.
The merged CLI signs in, so on a developer machine it can resolve the monitoring connection itself. No flags, no secrets:
octri auth login
octri monitoring sourcemaps upload ./dist
It also reads the other side of the upload. octri monitoring issues lists the
production errors your SDKs reported, and octri monitoring issue <id> prints
the stack, marking which frames resolved against the maps you uploaded.
octri monitoring config prints the three values a CI job needs.
The exports are re-exported from @octri/cli, so existing imports still compile.
Import from @octri/cli in new code.
import { uploadSourceMaps } from "@octri/cli";
FAQs
Deprecated — use @octri/cli (`octri monitoring …`). Forwards to it so existing pipelines keep working.
The npm package @octri/monitoring-cli receives a total of 0 weekly downloads. As such, @octri/monitoring-cli popularity was classified as not popular.
We found that @octri/monitoring-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.