claude code plugin that sends telemetry to otlp destinations (traces)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version to 0.1.1

Forces plugin cache refresh to pick up the .cjs bundle fix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -2
+1 -1
.claude-plugin/plugin.json
··· 1 1 { 2 2 "name": "otel-tracing", 3 3 "description": "Traces Claude Code conversations via OpenTelemetry OTLP to any compatible backend (Honeycomb, Jaeger, Grafana, etc.)", 4 - "version": "0.1.0" 4 + "version": "0.1.1" 5 5 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "otel-claude-code-hooks", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "Claude Code plugin for OpenTelemetry tracing via OTLP", 5 5 "type": "module", 6 6 "main": "dist/index.js",