From cf18b7bab2378f9d0d09e47eb4e717d74f93e6f1 Mon Sep 17 00:00:00 2001 From: Ash Anand Date: Thu, 19 Sep 2024 13:30:20 -0400 Subject: [PATCH] add unreleased changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8232b230c17c..38c05c249f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ## Unreleased - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +- Moved description of `browser` spans into the operation, e.g. `browser - cache` -> `browser.cache` and set the URL as + the description Work in this release was contributed by @leopoldkristjansson. Thank you for your contribution!