Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "22.14.0"
node-version: "24"

- name: Update npm
run: npm install -g npm@latest
Expand Down
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,48 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and

## [1.3.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.2...v1.3.0) (2026-07-06)


### Features

* **config:** support plugin tuple options ([f8be232](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/f8be2328642beb50b093a52477e8621aa07f76ba))

## [1.2.2](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.1...v1.2.2) (2026-07-02)


### Bug Fixes

* flush telemetry for short-lived runs ([df37dd0](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/df37dd053b8386b95f1fba7a2042f4a83fce0539))

## [1.2.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.0...v1.2.1) (2026-06-25)


### Bug Fixes

* **tracing:** key runs by user message id ([0e43ecc](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/0e43ecc54d79916db50bd119d76efe8d61fad433))
* **tracing:** scope root spans to runs ([8e8e5ca](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/8e8e5ca78dac39da32016c1fe3eb8fac59625634))

## [1.2.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.1.0...v1.2.0) (2026-06-20)


### Features

* **config:** support OPENCODE_SPAN_ATTRIBUTES ([93866c5](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/93866c5b09788f3a3f1b9162be0ed028196c4e83))
* **handlers:** add agent metadata to logs and spans ([c2759e9](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/c2759e97401f1460ab8143cb04f2d0fb2fb05e29))


### Bug Fixes

* **config:** preserve canonical project.id ([0d02eac](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/0d02eac390e307fd71cc270c63711f026815667b))

## [1.1.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.0.0...v1.1.0) (2026-06-04)


### Features

* **trace:** support remote W3C parent context ([1da0a85](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/1da0a857e9303a8f7020f20627d01fecb95cfad0))
* **trace:** support remote W3C parent context ([83e3d42](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/83e3d4211400eb49520c7b58bcaeff262763e799))


### Bug Fixes

* added protobuf exporters from [@opentelemetry](https://github.com/opentelemetry) ([19e600f](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/19e600f31c3e70cf21d6ec5c145aad67edbd022f))
* **probe:** reject scheme-less endpoint URLs ([df7a62b](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/df7a62b3cd801f753d4a03342fc178fb4aac2874))

## [1.0.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.9.0...v1.0.0) (2026-05-18)


### ⚠ BREAKING CHANGES

* **handlers:** opencode.lines_of_code.count semantics have changed. Dashboards that sum() the counter previously saw inflated numbers; they will now see the correct net session totals. Existing queries do not need to change, but the numeric results will be smaller (and correct).
Expand All @@ -66,7 +58,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and

* **otel:** prewarm dynamic OTLP headers helper ([6f62b8b](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/6f62b8bc03382c2d451d0538d72dffb44757b16c))


### Bug Fixes

* **handlers:** address code-review feedback on lines_of_code semantics ([a25022c](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/a25022c17cb912dedfe0dcd3b092db7bbee97e85))
Expand All @@ -75,12 +66,10 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and

## [0.9.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.8.0...v0.9.0) (2026-05-01)


### Features

* **otel:** refresh dynamic headers on auth failure ([b65dd2e](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/b65dd2e157a6e87b77f2641df63407256f300f82))


### Bug Fixes

* bundle plugin to JS for server mode compatibility ([37a86e8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/37a86e8188c09162129bcc22e3a4254ab5aacb33)), closes [#35](https://github.com/DEVtheOPS/opencode-plugin-otel/issues/35)
Expand All @@ -90,19 +79,16 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and

## [0.8.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.7.0...v0.8.0) (2026-04-21)


### Features

* **traces:** align spans with OpenInference semantics ([ce6ca28](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/ce6ca28100ab65eb6e28ce8842c5d0f641e6bd59))

## [0.7.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.6.0...v0.7.0) (2026-04-13)


### Features

* **otel:** add OTLP HTTP exporter support ([d679862](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/d679862a88df831685e142fb0cb40db16225d5c8))


### Bug Fixes

* Add oc-plugin key to package.json ([9975938](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/997593887d055715a1429bd9b0d3d30c23516111))
Expand Down
15 changes: 11 additions & 4 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["eslint.config.mjs", "dist", "scripts", "tests"]
"exclude": [
"eslint.config.mjs",
"dist",
"scripts",
"tests"
],
"extends": "./tsconfig.json",
"include": [
"src"
]
}
Loading