Commit c4030a9
authored
feat(dashboards): Adds a feature flag to enable synchronizing all prebuilt dashboards (#105429)
We already have an existing `dashboards.prebuilt-dashboard-ids` that
controls which prebuilt dashboards are synced for all orgs across each
region. However, we often want to test new prebuilt dashboards
internally before releasing to all regions. Adds a
`organizations:dashboards-sync-all-registered-prebuilt-dashboard`
feature flag that enables syncing all registered prebuilt dashboards for
this purpose.1 parent 5b46705 commit c4030a9
File tree
2 files changed
+6
-0
lines changed- src/sentry
- dashboards/endpoints
- features
2 files changed
+6
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments