Skip to content

web: add more bundlesize observability attributes

Administrator requested to merge vb/bundlesize-observability-attributes into main

Created by: valerybugakov

Context

Add more attributes to bundlesize observability events to create better dashboards in Honeycomb based on them.

Screen Shot 2022-08-05 at 15 31 10

Changes

  1. Added attributes to bundlesize observability events
isInitial: boolean
isDynamicImport: boolean
isDefaultVendors: boolean
isCss: boolean
isJs: boolean
  1. Added opentelemetry chunk to bundlesize config.
  2. Improved tests

Test plan

  1. Check the bundlesize upload job on CI
  2. Check that events sent to Honeycomb have correct attribute values.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading