Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update feature flags and screenshot (#1143)
Browse files Browse the repository at this point in the history
* Update ui.mdx

* Update sidebar screenshot

* Update ui.mdx
  • Loading branch information
ale-cota committed Jan 30, 2024
1 parent 62e38cb commit 71fcd55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions src/docs/delightful-developer-metrics/ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ In order to plot your metrics, we have developed a prototype user interface, whi
The first step towards using the UI is to enable it, since right now it’s feature flagged.
These two flags need to be turned on:

- `organizations:custom-metrics` - controls ingestions and UI
- `organizations:ddm-ui` - controls UI
- `organizations:custom-metrics` - ingestion and UI
- `organizations:ddm-ui` - UI
- `organizations:metric-meta` - sample events and code locations
- `organizations:use-metrics-layer-in-alerts` - custom metric alerts

See our guide on [feature flags](/feature-flags/) to learn how to do that. Sentry employees can opt in organizations like [this](https://github.com/getsentry/sentry-options-automator/pull/499).

See our guide on [feature flags](/feature-flags/) to learn how to do that.

Once you have the feature flag enabled you will magically see a new sidebar item called Metrics and now the fun begins!

![Metrics Sidebar](/images/sidebar.png)
![Metrics Sidebar](/images/sidebar2.png)

## Using the UI

Expand Down

0 comments on commit 71fcd55

Please sign in to comment.