Skip to content

Commit 40d98e5

Browse files
ref: Remove mentions of "Global Header" (#4854)
Co-authored-by: Isabel <[email protected]>
1 parent e0164f9 commit 40d98e5

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

src/docs/product/alerts/create-alerts/issue-alert-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sentry provides several configuration options to create an issue alert based on
1414

1515
Specify which <PlatformLink to="/configuration/environments/">environment(s)</PlatformLink> will use this particular alert rule. This control filters on the `environment` tag in your events. This filter is helpful because the urgency and workflows you apply to production alerts might differ from those you apply to alerts originating from your QA environment, for example.
1616

17-
The “Environment” dropdown list here has the same environments that are available for the selected project in the global “Environment” dropdown (this does not include hidden environments). Selecting "All Environments" is equivalent to having no environment filter.
17+
The “Environment” dropdown list here has the same environments that are available for the selected project in the common “Environment” filter dropdown (this does not include hidden environments). Selecting "All Environments" is equivalent to having no environment filter.
1818

1919
## Team
2020

src/docs/product/alerts/create-alerts/metric-alert-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following set of filters translates into a [Discover query](/product/discove
1616

1717
Specify which <PlatformLink to="/configuration/environments/">environment(s)</PlatformLink> will use this particular alert rule. This control filters on the `environment` tag in your events. This filter is helpful because the urgency and workflows you apply to production alerts might differ from those you apply to alerts originating from your QA environment, for example.
1818

19-
The “Env:” dropdown list here has the same environments that are available for the selected project in the global “Environment” dropdown (this does not include hidden environments). Selecting "All" is equivalent to having no environment filter.
19+
The “Env:” dropdown list here has the same environments that are available for the selected project in the common “Environment” filter dropdown (this does not include hidden environments). Selecting "All" is equivalent to having no environment filter.
2020

2121
### Event Type
2222

src/docs/product/dashboards/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sentry's <SandboxLink scenario="dashboards" projectSlug="react">Dashboards</Sand
1818

1919
![Widgets visualizing events, errors by country, affected users, and handled vs unhandled issues.](dashboard-default.png)
2020

21-
All widgets in the same view reflect the date range indicated in the Global Selection Header and update synchronously if you update that date range. You can also zoom in on any time series visualizations you may want to investigate, and all of the widgets reflect the time period that you’ve zoomed in on.
21+
All widgets in the same view reflect the date range indicated in date time range filter and update synchronously if you update that date range. You can also zoom in on any time series visualizations you may want to investigate, and all of the widgets reflect the time period that you’ve zoomed in on.
2222

2323
## Customization
2424

src/docs/product/discover-queries/query-builder.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ From the **Discover** page, you can build a query in three ways.
2424

2525
There are four main building blocks that impact the results of your saved query. You can use a combination of these to narrow down your search.
2626

27-
1. Global Selection Header
27+
1. Proejct, environment, and date range filters
2828
2. Search Conditions
2929
3. Interactive Graph
3030
4. Table Columns
3131

32-
## Filter by Global Selection Header
32+
## Filter by Project, Environment, and Date Range {#filter-by-global-selection-header}
3333

34-
Specify which projects, environments, and date range you want to zoom in on at the top of the page. This can also be found in other parts of Sentry as a top level filter.
34+
These common filters allow you to filter on your projects and environments, as well as specify the date range you want to zoom in on.
3535

3636
## Filter by Search Conditions
3737

src/docs/product/discover-queries/uncover-trends.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Sentry notifies you in real-time when your application breaks, and then provides
2929

3030
1. Navigate to **Discover** and click on "Build a new query".
3131

32-
2. In the Global Header, select the projects, environments, and time range of errors you'd like to query.
32+
2. Select the projects, environments, and date range of errors you'd like to query.
3333

3434
3. Sentry monitors different types of events for errors and performance. To query issues, filter by `event.type:error` in the search bar.
3535

src/docs/product/performance/transaction-summary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On initial load, the table displays slow occurrences of the transaction along wi
4949
- Outlier Transactions (p100)
5050
- Recent Transactions
5151

52-
The table also updates dynamically if you change any of the selections in the global header or when you drill in on a latency segment (applicable when viewing the Latency Histogram).
52+
The table also updates dynamically if you change any of the project, environment, or date range filters or when you drill in on a latency segment (applicable when viewing the Latency Histogram).
5353

5454
When viewing transactions, you may want to create more curated views. Click "Open in Discover" above the table to create a custom query to investigate further. For more details, see the full documentation for the Discover [Query Builder](/product/discover-queries/query-builder/).
5555

src/docs/product/sentry-basics/environments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: "Learn more about how environments can help you better filter issue
1111

1212
Environments help you better filter issues, releases, and user feedback in the **Issue Details** page of [sentry.io](https://sentry.io). On that page, you can view information about a specific environment, focusing on the most recent release. If you’re using a multi-staged release process, you can also select a different default environment and set conditions that match the `environment` attribute to restrict alerts to only specific release stages.
1313

14-
Use projects to separate different services or applications, and environments to separate different environments or release stages within each. If you've selected one or more projects in the global header of Sentry's web UI, the environment selector shows only environments associated with events from the selected projects.
14+
Use projects to separate different services or applications, and environments to separate different environments or release stages within each. If you've selected one or more projects in the filters of Sentry's web UI, the environment selector shows only environments associated with events from the selected projects.
1515

1616
![A project's All Environments dropdown expanded to show production and staging as options.](env_dropdown.png)
1717

0 commit comments

Comments
 (0)