feat(bundler-telemetry): add telemetry package for build performance#414
Merged
feat(bundler-telemetry): add telemetry package for build performance#414
Conversation
@aziontech/builder
@aziontech/bundler-telemetry
@aziontech/client
@aziontech/config
@aziontech/presets
@aziontech/sql
@aziontech/storage
@aziontech/types
@aziontech/unenv-preset
@aziontech/utils
commit: |
pablodiehl
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
@aziontech/bundler-telemetrypackage with aTelemetryCollectorclass for tracking build performance, including span management, report generation, and console/JSON/HTML output support. [1] [2] [3]Documentation:
README.mddocumenting installation, usage examples, API reference, output formats, and environment variables for the new telemetry package.Console and Reporting Utilities:
Testing and Configuration:
Release Management: