Skip to content

Commit

Permalink
rel: bump to version 0.2.0 (#137)
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
MustafaHaddara authored May 1, 2024
1 parent b8a0130 commit 4839888
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# honeycomb-opentelemetry-web changelog

## v0.2.0 [beta] - 2024-05-01
- fix: add opentelemetry/core as a peerdependency to package.json (#136) | @Aghassi
- feat: Add headers option to main SDK config (#135) | @pkanal
- maint(deps): bump the otel group with 7 updates (#133) | @dependabot
- maint(deps): bump the dev-dependencies group across 1 directory with 3 updates (#132) | @dependabot
- maint(deps): bump the example-deps group in /examples/hello-world-web with 2 updates (#131) | @dependabot
- feat: add browser.name attribute (#130) | @mustafahaddara
- feat: Add s/m/l screen size resource attribute (#129) | @pkanal

## v0.1.1 [beta] - 2024-04-16

- maint(deps): bump the otel group with 7 updates (#122) | @dependabot
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Honeycomb wrapper for [OpenTelemetry](https://opentelemetry.io) in the browser.

Latest release:

* built with OpenTelemetry JS [Stable v1.23.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.23.0), [Experimental v0.50.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.50.0), [API v1.8.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.8.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.38.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.38.0)
* built with OpenTelemetry JS [Stable v1.24.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.24.0), [Experimental v0.51.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.51.0), [API v1.8.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.8.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.39.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.39.0)

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

Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeycombio/opentelemetry-web",
"version": "0.1.1",
"version": "0.2.0",
"description": "Honeycomb OpenTelemetry Wrapper for Browser Applications",
"main": "./dist/src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.1';
export const VERSION = '0.2.0';

0 comments on commit 4839888

Please sign in to comment.