getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

fix(chart-palette): Remove additional color #81034

Closed ArthurKnaus closed 2 days ago

ArthurKnaus commented 2 days ago

In a previous PR a 6th color was introduced in the palette for 5 items. The additional color is clearly breaking the sequence. Screenshot 2024-11-20 at 09 43 22

This PR removes the additional color from the palette and hardcodes the value in the one place where it is used.