Skip to content

Commit

Permalink
Fix rollup build (#32)
Browse files Browse the repository at this point in the history
Broken because of `require` usage in
`HttpExporterTransport.prototype.send`
  • Loading branch information
corentinmusard authored Dec 31, 2024
1 parent deaddf7 commit b04e0bc
Show file tree
Hide file tree
Showing 8 changed files with 360 additions and 208 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.12.1] - 2024-12-31

### Fixed

- Fix rollup build by setting transformMixedEsModules to true

### Changed

- Use global context propagation instead of passing it around
Expand Down Expand Up @@ -64,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for `https` endpoints (proto over http).
- Update to node 20.x

[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.12.0...HEAD
[unreleased]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.12.1...HEAD
[1.12.1]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/corentinmusard/otel-cicd-action/compare/v1.9.1...v1.10.0
Expand Down
Loading

0 comments on commit b04e0bc

Please sign in to comment.