ref(chartcuterie): Rename SLACK_EXPLORE_LINE to SLACK_TIMESERIES (backend)#112933
Merged
DominikB2014 merged 1 commit intoApr 14, 2026
Merged
Conversation
Rename the chart type enum from `SLACK_EXPLORE_LINE` / `slack:explore.line` to `SLACK_TIMESERIES` / `slack:timeseries` as it more accurately describes the chart type.
2 tasks
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ee0f5e8. Configure here.
narsaynorath
approved these changes
Apr 14, 2026
DominikB2014
added a commit
that referenced
this pull request
Apr 14, 2026
…ntend) (#112934) ## Summary - Renames the `ChartType.SLACK_EXPLORE_LINE` enum member to `ChartType.SLACK_TIMESERIES` and its string value from `slack:explore.line` to `slack:timeseries` in the frontend TypeScript code - Renames `explore.tsx` to `timeseries.tsx` and `makeExploreCharts` to `makeTimeseriesCharts` - Updates `config.tsx` import accordingly This is because the handler covers all timeseries chart types, and it's not specific to explore line charts Depends on #112933 ## Test plan - [x] Pre-commit passes - [ ] Chartcuterie config still registers the timeseries chart type correctly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
ChartType.SLACK_EXPLORE_LINEenum member toChartType.SLACK_TIMESERIESand its string value fromslack:explore.linetoslack:timeseriesin the backend Python codeWork for https://linear.app/getsentry/issue/DAIN-1521/update-unfurl-handler-name
Test plan
test_unfurltests pass with updated enum references