Skip to content

Commit

Permalink
rel: Release v0.10.0 (#399)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Release v0.10.0

## Short description of the changes
- Changelog
- Versioning
- OTel versions
  • Loading branch information
pkanal authored Nov 27, 2024
1 parent 393205a commit de182aa
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Honeycomb wrapper for [OpenTelemetry](https://opentelemetry.io) in the browser.

Latest release:

* built with OpenTelemetry JS [Stable v1.27.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.27.0)[Experimental v0.54.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.54.0), [API v1.9.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.9.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.42.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.42.0)
* built with OpenTelemetry JS [Stable v1.28.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.27.0)[Experimental v0.55.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.54.0), [API v1.9.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.9.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.43.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.42.0)

This package sets up OpenTelemetry for tracing, using our recommended practices, including:

Expand Down
15 changes: 15 additions & 0 deletions packages/honeycomb-opentelemetry-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# honeycomb-opentelemetry-web changelog

## v0.10.0 [beta] - 2024-11-27

- maint(deps): bump the otel group in /packages/experimental-opentelemetry-web with 8 updates (#395) | @dependabot
- maint(deps): bump the otel group in /packages/honeycomb-opentelemetry-web with 9 updates (#397) | @dependabot
(main)- maint(deps-dev): bump the dev-dependencies group in /packages/experimental-opentelemetry-web with 3 updates (#396) | @dependabot
- maint(deps-dev): bump the dev-dependencies group in /packages/honeycomb-opentelemetry-web with 4 updates (#398) | @dependabot
- fix: Fix TTFB and FCP metrics not appearing (#394) | @jairo-mendoza
- maint(deps): bump the otel group in /packages/honeycomb-opentelemetry-web with 3 updates (#388) | @dependabot
- maint(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates (#391) | @dependabot
- maint(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates (#392) | @dependabot
- docs: Update readme's to include new errors attributes (#393) | @jairo-mendoza
- feat: Update tests to use mocked stacktrace (#390) | @jairo-mendoza
- feat: Add additional fields collected by the TraceKit package for stack traces (#383) | @jairo-mendoza
- docs: add documentation on ContextManagers and Zone.js (#386) | @MustafaHaddara

## v0.9.0 [beta] - 2024-11-08
- (breaking) `headers` config option only accepts string keys (see upstream change in @opentelemetry/exporter-trace-otlp-http `v0.84.0`)
- docs: copy README to package directory (#384) | @mustafahaddara
Expand Down
6 changes: 3 additions & 3 deletions packages/honeycomb-opentelemetry-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Honeycomb wrapper for [OpenTelemetry](https://opentelemetry.io) in the browser.

Latest release:

* built with OpenTelemetry JS [Stable v1.27.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.27.0)[Experimental v0.54.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.54.0), [API v1.9.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.9.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.42.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.42.0)
* built with OpenTelemetry JS [Stable v1.28.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.27.0)[Experimental v0.55.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.54.0), [API v1.9.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.9.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.43.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.42.0)

This package sets up OpenTelemetry for tracing, using our recommended practices, including:

Expand Down Expand Up @@ -270,4 +270,4 @@ See [SUPPORT.md](./SUPPORT.md)

See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)

[browser-semconv]: https://github.com/scheler/opentelemetry-specification/blob/browser-events/specification/resource/semantic_conventions/browser.md
[browser-semconv]: https://github.com/scheler/opentelemetry-specification/blob/browser-events/specification/resource/semantic_conventions/browser.md
4 changes: 2 additions & 2 deletions packages/honeycomb-opentelemetry-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/honeycomb-opentelemetry-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeycombio/opentelemetry-web",
"version": "0.9.0",
"version": "0.10.0",
"description": "Honeycomb OpenTelemetry Wrapper for Browser Applications",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/honeycomb-opentelemetry-web/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.9.0';
export const VERSION = '0.10.0';

0 comments on commit de182aa

Please sign in to comment.