Skip to content

v2.48.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:16
· 36 commits to main since this release

Fixed

  • Query and outbound-HTTP spans get their own colors. Both are named base: detail, so getStateColor() resolves them on the base — and neither sql nor http was in SYSTEM_COLORS, so they fell through to the same grey as request. That left the two most expensive things in a trace the two least visible in it. HTTP takes #42A5F5, the hook categorizer's own HTTP color, so a span reads like the hooks around it; SQL takes #8E24AA, a hue none of the 63 categories in hook_categories.json uses.