
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@syntropika/telemetry
Advanced tools
TypeScript/Node.js client for sending product events and OTLP payloads to the Syntropika telemetry service.
TypeScript/Node.js client for sending product events and OTLP payloads to the Syntropika telemetry service.
pnpm add @syntropika/telemetry
import { createTelemetryClient } from '@syntropika/telemetry'
const telemetry = createTelemetryClient({
endpoint: 'https://telemetry.syntropika.com',
apiKey: 'stk_live_xxxxx',
source: 'workers', // optional: 'api' | 'workers' | 'web'
flushInterval: 10000, // optional, defaults to 10000 ms
maxBatchSize: 50, // optional, defaults to 50
})
telemetry.identify('user_123')
telemetry.track('action.approved', {
action_type: 'like',
queue_id: 'q_abc',
latency_ms: 142,
})
telemetry.track('brief.viewed', {
brief_id: 'b_xyz',
})
await telemetry.flush()
await telemetry.shutdown()
import { createOtlpProxy } from '@syntropika/telemetry'
const otlp = createOtlpProxy({
endpoint: 'https://telemetry.syntropika.com',
apiKey: 'stk_live_xxxxx',
})
otlp.tracesUrl
otlp.metricsUrl
otlp.logsUrl
otlp.headers
await otlp.sendTraces(payload)
events:write for events.traces:write, metrics:write, logs:write for OTLP ingestion.FAQs
TypeScript/Node.js client for sending product events and OTLP payloads to the Syntropika telemetry service.
The npm package @syntropika/telemetry receives a total of 2 weekly downloads. As such, @syntropika/telemetry popularity was classified as not popular.
We found that @syntropika/telemetry 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.
Did you know?

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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.