Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/product/dashboards/custom-dashboards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ Clicking **Create Dashboard** takes you to a new dashboard where you can immedia
- Resize existing widgets
- Create a custom widget

### AI Generated Dashboards

<Alert level="info">
This feature is currently in open beta. Please reach out on
[GitHub](https://github.com/getsentry/sentry/discussions/112040) if you have
feedback or questions. Features in beta are still in-progress and may have
bugs. We recognize the irony.
</Alert>

Use natural language to generate a dashboard. Click **Create Dashboard** and then select **Generate Dashboard**. Enter a description of the dashboard you want to create. Sentry will use the description to generate a dashboard.

Continue to refine the dashboard in a conversation with Seer. Once you're satisfied, click **Add Dashboard** to save it. You can manually edit the dashboard once it's been saved.

### Duplicate Dashboards

You can duplicate a dashboard by clicking the ellipsis on a dashboard card and selecting **Duplicate**, or by clicking the **Duplicate** button on a dashboard page.
Expand Down
2 changes: 1 addition & 1 deletion docs/product/dashboards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can also use these dashboards as templates by duplicating them to create you

## Custom Dashboards

You can make [custom dashboards](/product/dashboards/custom-dashboards/) by duplicating an existing dashboard or starting from scratch by pressing the **Create Dashboard** button. Custom dashboards enable you to create views tailored to your organization's needs. For example, you may want to track performance of a specific feature, or track errors by a specific team's ownership. Once in edit mode, use the same filters you use to drill into a dashboard to customize your dashboard.
You can make [custom dashboards](/product/dashboards/custom-dashboards/) by duplicating an existing dashboard, using [AI to generate a dashboard](/product/dashboards/custom-dashboards/#ai-generated-dashboards) with natural language, or starting from scratch by pressing the **Create Dashboard** button. Custom dashboards enable you to create views tailored to your organization's needs. For example, you may want to track performance of a specific feature, or track errors by a specific team's ownership. Once in edit mode, use the same filters you use to drill into a dashboard to customize your dashboard.

## Open Dashboard Widgets in Discover and Issues

Expand Down
Loading