Skip to content

Commit

Permalink
Undo auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-mendoza committed Feb 4, 2025
1 parent e10f9fc commit 6884fe0
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions packages/honeycomb-opentelemetry-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@
- maint(deps): bump the otel group in /packages/honeycomb-opentelemetry-web with 8 updates (#407) | @dependabot
- feat(honeycomb-opentelemetry-web): Add support for differing subdomains for debug link exporter. (#406) | @wolfgangcodes


## 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
(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
Expand All @@ -64,7 +65,6 @@
- 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
- fix(rollup): Remove x64 specific package (#382) | @martin308
Expand Down Expand Up @@ -98,12 +98,10 @@
- maint(deps-dev): bump serve from 14.2.3 to 14.2.4 in /packages/honeycomb-opentelemetry-web/examples/hello-world-web in the example-deps group (#341) | @dependabot

## v0.8.1 [beta] - 2024-10-22

- fix(honeycomb-opentelemetry-web): Add check for lcpEntry.element (#342) | @wolfgangcodes

## v0.8.0 [Beta] - 2024-10-17

- fix: This code duplicated not needed. (#329) | @wolfgangcodes
- fix: This code duplicated not needed. (#329) | @wolfgangcodes
- maint(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates (#325) | @dependabot
- maint(deps-dev): bump tslib from 2.6.3 to 2.7.0 in /packages/honeycomb-opentelemetry-web (#295) | @dependabot
- maint(deps-dev): bump husky from 9.1.4 to 9.1.6 in /packages/honeycomb-opentelemetry-web (#293) | @dependabot
Expand All @@ -120,7 +118,6 @@
- chore: Update release readme. (#302) | @wolfgangcodes

## v0.7.0 [beta] - 2024-09-16

- maint(deps): bump the example-deps group across 1 directory with 3 updates (#288) | @dependabot
- maint(deps-dev): bump rollup from 4.20.0 to 4.21.3 in /packages/honeycomb-opentelemetry-web (#289) | @dependabot
- maint(deps-dev): bump lint-staged from 15.2.8 to 15.2.10 in /packages/honeycomb-opentelemetry-web (#277) | @dependabot
Expand All @@ -135,9 +132,7 @@
- chore: update gitignore paths (#239) | @pkanal
- docs: Add example for a span processor that hooks into react router (#233) | @pkanal
-

## v0.6.0 [beta] - 2024-08-09

- feat: Add LOAF support for onINP (#191) | @wolfgangcodes
- docs: Tell people about the session ID (#232) | @jessitron
- refactor: export multiple packages (#203) | @MustafaHaddara
Expand All @@ -151,7 +146,6 @@
- maint(deps): bump web-vitals from 4.2.1 to 4.2.2 (#199) | @dependabot

## v0.5.0 [beta] - 2024-07-18

- maint(deps-dev): bump esbuild from 0.21.5 to 0.22.0 in /examples/hello-world-web in the example-deps group (#184) | @dependabot
- maint(deps): bump web-vitals from 4.2.0 to 4.2.1 (#183) | @dependabot
- docs: update vulnerability reporting process (#193) | @robbkidd
Expand All @@ -161,7 +155,6 @@
- feat: Update example to nest spans. (#189) | @wolfgangcodes

## v0.4.0 [beta] - 2024-06-21

- maint(deps): bump the otel group across 1 directory with 9 updates (#178) | @dependabot
- maint(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates (#179) | @dependabot
- maint(deps): bump web-vitals from 4.0.1 to 4.2.0 (#177) | @dependabot
Expand All @@ -171,7 +164,6 @@
- feat: include url.path attribute (#171) | @MustafaHaddara

## v0.3.0 [beta] - 2024-05-23

- maint(deps): bump the otel group with 8 updates (#147) | @dependabot
- maint(deps-dev): bump the dev-dependencies group with 2 updates (#155) | @dependabot
- maint(deps-dev): bump esbuild from 0.20.2 to 0.21.3 in /examples/hello-world-web in the example-deps group across 1 directory (#157) | @dependabot
Expand All @@ -184,13 +176,11 @@
- maint: adding more detail to the release guide (#146) | @mustafahaddara

## v0.2.1 [beta] - 2024-05-10

- maint(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates (#144) | @dependabot
- fix: Add ability to disable, don't clobber defaults when passing other config params. (#140) | @wolfgangcodes
- fix: properly declare devDependencies (#143) | @mustafahaddara

## 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
Expand Down Expand Up @@ -229,7 +219,7 @@

- docs: add JS docs for web vitals instrumentation (#92) | @pkanal @JamieDanielson
- feat: ✨ Config for web vitals (#91) | @pkanal
- feat: initial web vitals instrumentation (#84) | @pkanal
- feat: initial web vitals instrumentation (#84) | @pkanal

### Maintenance

Expand Down

0 comments on commit 6884fe0

Please sign in to comment.