Skip to content

feat(bundler-telemetry): add telemetry package for build performance#414

Merged
jcbsfilho merged 2 commits intostagefrom
feat/bundler-telemetry
Apr 9, 2026
Merged

feat(bundler-telemetry): add telemetry package for build performance#414
jcbsfilho merged 2 commits intostagefrom
feat/bundler-telemetry

Conversation

@jcbsfilho
Copy link
Copy Markdown
Collaborator

This pull request introduces a new package, @aziontech/bundler-telemetry, which provides a telemetry system for measuring and reporting build performance in the Azion Bundler. The package includes a main collector class, console output utilities, report generation, and type definitions, along with documentation and test configuration. The most important changes are summarized below:

New Package Introduction:

  • Added the @aziontech/bundler-telemetry package with a TelemetryCollector class for tracking build performance, including span management, report generation, and console/JSON/HTML output support. [1] [2] [3]

Documentation:

  • Added a comprehensive README.md documenting installation, usage examples, API reference, output formats, and environment variables for the new telemetry package.

Console and Reporting Utilities:

  • Implemented console output formatters for real-time and summary telemetry display, including colorized output and hierarchical span visualization.
  • Provided report generation and utility functions, as well as HTML report support.

Testing and Configuration:

  • Added a Jest configuration file for running tests on the telemetry package.

Release Management:

  • Added a changeset to document the introduction of the new major package.

@jcbsfilho jcbsfilho requested a review from a team as a code owner April 9, 2026 14:41
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 9, 2026

Open in StackBlitz

@aziontech/builder

npm i https://pkg.pr.new/aziontech/lib/@aziontech/builder@414

@aziontech/bundler-telemetry

npm i https://pkg.pr.new/aziontech/lib/@aziontech/bundler-telemetry@414

@aziontech/client

npm i https://pkg.pr.new/aziontech/lib/@aziontech/client@414

@aziontech/config

npm i https://pkg.pr.new/aziontech/lib/@aziontech/config@414

@aziontech/presets

npm i https://pkg.pr.new/aziontech/lib/@aziontech/presets@414

@aziontech/sql

npm i https://pkg.pr.new/aziontech/lib/@aziontech/sql@414

@aziontech/storage

npm i https://pkg.pr.new/aziontech/lib/@aziontech/storage@414

@aziontech/types

npm i https://pkg.pr.new/aziontech/lib/@aziontech/types@414

@aziontech/unenv-preset

npm i https://pkg.pr.new/aziontech/lib/@aziontech/unenv-preset@414

@aziontech/utils

npm i https://pkg.pr.new/aziontech/lib/@aziontech/utils@414

commit: 3e91697

@jcbsfilho jcbsfilho merged commit d40558b into stage Apr 9, 2026
7 checks passed
@jcbsfilho jcbsfilho deleted the feat/bundler-telemetry branch April 9, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants