From 272a9ad828c74c2a12e8309edaac881470f6b2be Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 24 Jul 2026 11:29:48 +1000 Subject: [PATCH 1/2] Update note for browser.web_vital event changes --- .chloggen/web_vital-attributes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/web_vital-attributes.yaml b/.chloggen/web_vital-attributes.yaml index f651749291..be6151de62 100644 --- a/.chloggen/web_vital-attributes.yaml +++ b/.chloggen/web_vital-attributes.yaml @@ -10,7 +10,7 @@ change_type: 'breaking' component: browser # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Reworked the browser.web_vital event - moved name/value/delta/id from the event body to browser.web_vital.* attributes, and added new attributes per current instrumentation. +note: Reworked the `browser.web_vital` event - moved `name`/`value`/`delta`/id from the event body to `browser.web_vital.*` attributes, and added new attributes per current instrumentation. # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. # The values here must be integers. From 59ccbc14a24314181c3938f51601d8bfda3c0e05 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Fri, 24 Jul 2026 11:36:43 +1000 Subject: [PATCH 2/2] Finish fix --- .chloggen/web_vital-attributes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/web_vital-attributes.yaml b/.chloggen/web_vital-attributes.yaml index be6151de62..e5611925cf 100644 --- a/.chloggen/web_vital-attributes.yaml +++ b/.chloggen/web_vital-attributes.yaml @@ -10,7 +10,7 @@ change_type: 'breaking' component: browser # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Reworked the `browser.web_vital` event - moved `name`/`value`/`delta`/id from the event body to `browser.web_vital.*` attributes, and added new attributes per current instrumentation. +note: Reworked the `browser.web_vital` event - moved `name`/`value`/`delta`/`id` from the event body to `browser.web_vital.*` attributes, and added new attributes per current instrumentation. # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. # The values here must be integers.