Skip to content

Conversation

@sfanahata
Copy link
Contributor

@sfanahata sfanahata commented Nov 21, 2025

DESCRIBE YOUR PR

Added details about global dashboard filters. Updated some related docs while in transition to new dashboards paradigm.

Main preview: https://sentry-docs-git-global-dashboard-filters.sentry.dev/product/dashboards/
https://sentry-docs-git-global-dashboard-filters.sentry.dev/product/dashboards/#global-filters

Updated related pages under /product/dashboards to remove old plan requirements.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline: Feature is in EA, so should get out ASAP
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
sentry-docs Ready Ready Preview Comment Nov 25, 2025 0:12am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
develop-docs Ignored Ignored Preview Nov 25, 2025 0:12am

@codeowner-assignment codeowner-assignment bot requested a review from a team November 21, 2025 23:04
@codecov
Copy link

codecov bot commented Nov 21, 2025

Bundle Report

Changes will increase total bundle size by 351.76kB (1.51%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 10.17MB -6 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 13.04MB 351.77kB (2.77%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
server/middleware-*.js -6.46kB 1.0kB -86.59%
server/middleware-*.js 6.46kB 7.46kB 645.5% ⚠️
static/lCoiu24zFXr7gQygYn9wU/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/lCoiu24zFXr7gQygYn9wU/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/4Vr8oN6AeGJld2F6tlQs3/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/4Vr8oN6AeGJld2F6tlQs3/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.74MB -0.0%
../instrumentation.js -3 bytes 1.07MB -0.0%
9523.js -3 bytes 1.04MB -0.0%
../app/[[...path]]/page.js.nft.json 117.26kB 908.27kB 14.82% ⚠️
../app/platform-redirect/page.js.nft.json 117.26kB 908.19kB 14.83% ⚠️
../app/sitemap.xml/route.js.nft.json 117.26kB 905.42kB 14.88% ⚠️

Copy link
Member

@bcoe bcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with a few minor nits.

Thank you for pulling this together.

<Include name="feature-available-for-plan-trial-business.mdx" />

Custom dashboards are shared across your organization, and users can view each other’s custom dashboards in the management view. Note that any changes you make are global, and will appear for users across the entire organization.
Custom dashboards are shared across your organization, and users can view each other’s custom dashboards on the Dashboards home page. Note that any changes you make are global, and will appear for users across the entire organization.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth a caveat, "once you hit save". You can apply filters and I believe they won't be visible to others until you save the filter as the default filter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, this is true. Good distinction. I'll update.


### Custom Filters

You can also add custom global filters to your dashboard. Each filter begins with selecting a dataset, and then adding a filter condition. You can add multiple filters to your dashboard, and they will be applied to all widgets in the dashboard.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

and they will be applied to all widgets in the dashboard that correspond to the dataset.

If you add a filter for the spans dataset, it will apply to the charts on the page that are displaying from the span dataset.

Note: @DominikB2014 is likely going to add a "Cross-dataset" option eventually, which allows you to select from an allow list of attributes that apply to more than one dataset (as is the case for release, date, and project today) -- we can update these docs when this happens.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know! I'll think about a better way to word this.

## Custom Dashboards

If you’d like to edit the default dashboard or build out multiple ones, each with its own set of unique widgets, you may want to consider our [Custom Dashboards](/product/dashboards/custom-dashboards/) feature which enables you to create more robust views such as the one below.
Every organization has a general template dashboard that is shared across all users. If you’d like to edit the default dashboard or build out new ones, each with its own set of unique widgets, you may want to consider the [Custom Dashboards](/product/dashboards/custom-dashboards/) feature which enables you to create more robust or customized views for example, to track performance of a specific feature or to track errors by a specific team's ownership.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that when we migrate Insights to dashboards (hopefully early ~2026, the Insights pages we have today will act as these out-of-the-box templates that users can fork, and use as a starting point for their dashboards).

Copy link
Member

@Ahmed-Labs Ahmed-Labs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!! Lgtm but seconding Ben's comment about global filters applying to all widgets of the same dataset as the filter.

@codeowner-assignment codeowner-assignment bot requested a review from a team November 25, 2025 00:02
@sfanahata sfanahata merged commit 9ffb328 into master Dec 1, 2025
15 checks passed
@sfanahata sfanahata deleted the global-dashboard-filters branch December 1, 2025 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants