Skip to content

Conversation

@gggritso
Copy link
Member

Blank configs for now! Just getting the configurations into the code so I can reserve the pre-built dashboard IDs and make sure everything's there. CI will complain that I have both frontend and backend changes, but it's safe in this case, it really doesn't matter.

@gggritso gggritso requested a review from a team as a code owner December 17, 2025 15:53
@linear
Copy link

linear bot commented Dec 17, 2025

@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Dec 17, 2025
@github-actions
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #105149      +/-   ##
===========================================
+ Coverage   80.61%    80.62%   +0.01%     
===========================================
  Files        9419      9419              
  Lines      403881    403883       +2     
  Branches    25637     25637              
===========================================
+ Hits       325571    325633      +62     
+ Misses      77841     77781      -60     
  Partials      469       469              

import {type DashboardDetails} from 'sentry/views/dashboards/types';
import {HTTP_DOMAIN_SUMMARY_PREBUILT_CONFIG} from 'sentry/views/dashboards/utils/prebuiltConfigs/http/domainSummary';
import {HTTP_PREBUILT_CONFIG} from 'sentry/views/dashboards/utils/prebuiltConfigs/http/http';
import {MOBILE_VITALS_APP_STARTS_PREBUILT_CONFIG} from 'sentry/views/dashboards/utils/prebuiltConfigs/mobileVitals/appStarts';

This comment was marked as outdated.

@gggritso gggritso merged commit 3552226 into master Dec 17, 2025
70 checks passed
@gggritso gggritso deleted the georgegritsouk/dain-1134-register-pre-built-dashboards branch December 17, 2025 22:25
@github-actions github-actions bot locked and limited conversation to collaborators Jan 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants