sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Unfurl links into a chart

Open obostjancic opened this issue 1 year ago • 2 comments

Image

We'll have to investigate how to get this into chartcuterie.

obostjancic avatar Feb 02 '24 13:02 obostjancic

This requires a bit more work that we don't want to prioritize atm as some dependencies (e.g. metrics page query params) are not stable yet.

Required work:

  • Add new slack URL handler on the BE (see https://github.com/getsentry/sentry/blob/master/src/sentry/integrations/slack/unfurl/discover.py)
  • Register a new chartcutery config in https://github.com/getsentry/sentry/blob/master/static/app/chartcuterie/config.tsx
    • This needs a bit of cleanup in the current metrics code base as the processing of time series is split over multiple components / functions atm.

ArthurKnaus avatar Feb 07 '24 14:02 ArthurKnaus

We decided to move this back since the effort is higher than expected, but we keep this in the back pocket of still todo

HazAT avatar Feb 12 '24 10:02 HazAT