Skip to content

Commit

Permalink
Enable libcnb tracing (#320)
Browse files Browse the repository at this point in the history
This enables `libcnb`'s `trace` feature, which means traces, spans, and
events are written to OpenTelemetry export files on disk in the ephemeral
build container, which can then be read by the Heroku build system or
when debugging locally with Pack (so long as a suitable `--volume` mount
has been configured).

See:
heroku/libcnb.rs#723

GUS-W-15148605.
  • Loading branch information
edmorley authored Jan 23, 2025
1 parent d43892a commit 1bb68e5
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Enabled `libcnb`'s `trace` feature. ([#320](https://github.com/heroku/buildpacks-python/pull/320))

## [0.23.0] - 2025-01-13

### Changed
Expand Down
Loading

0 comments on commit 1bb68e5

Please sign in to comment.