Skip to content

Commit 4e574d5

Browse files
chore: remove unnecessary use of include files (#9349)
1 parent 0d8ab6d commit 4e574d5

File tree

10 files changed

+34
-39
lines changed

10 files changed

+34
-39
lines changed

docs/product/reference/search/searchable-properties/events.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ description: "Learn more about searchable event properties."
44
sidebar_order: 20
55
---
66

7-
<Include name="searchable-properties/intro-for-events.mdx" />
7+
Events are the underlying event data captured using Sentry SDKs — that is, errors and transactions.
8+
9+
You can search by event properties in the following [sentry.io](https://sentry.io) pages:
10+
11+
- Discover - in the query builder
12+
- Dashboards - within the widget builder, depending on dataset selection
13+
- Performance - only in transaction summaries
14+
- Replay - on the **Replay** page
15+
- Issues - as indicated in the list below
16+
- Alerts - when creating a metric alert
17+
18+
<Note>
19+
20+
Please note that in Alerts only a limited number of properties are available for [filtering transaction events](/product/alerts/create-alerts/metric-alert-config/#tags--properties).
21+
22+
</Note>
23+
24+
When searching on event properties within the **Issues** page, the search will return any issue that has _one or more events_ matching the supplied event properties filter.
825

926
## Searchable Properties
1027

docs/product/reference/search/searchable-properties/issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn more about searchable issue properties."
44
sidebar_order: 10
55
---
66

7-
<Include name="searchable-properties/intro-for-issues.mdx" />
7+
[Issues](/product/issues/) are an aggregate of one or more error events. Searchable issues properties include status, assignment, aggregate counts, and age. You can search by issue properties in the **Issues** page and in **Dashboards** in the widget builder, depending on your dataset selection.
88

99
## Searchable Properties
1010

docs/product/reference/search/searchable-properties/releases.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ sidebar_order: 50
44
description: "Learn more about searchable release properties."
55
---
66

7-
<Include name="searchable-properties/intro-for-releases.mdx" />
7+
In **Releases**, you can only search by the following properties:
8+
9+
- [`release`](#release)
10+
- [`release.build`](#releasebuild)
11+
- [`release.package`](#releasepackage)
12+
- [`release.stage`](#releasestage)
13+
- [`release.version`](#releaseversion)
14+
15+
However, these properties are also searchable in the other pages of [sentry.io](https://sentry.io) listed above (under [Event Properties](#event-properties)).
816

917
## Searchable Properties
1018

docs/product/reference/search/searchable-properties/session-replay.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: "Learn more about searchable session replay properties."
44
sidebar_order: 30
55
---
66

7-
<Include name="searchable-properties/intro-for-session-replay.mdx" />
7+
[Session Replay](/product/session-replay/) provides a video-like reproduction of user interactions on a site or web app. All user interactions, including page visits, mouse movements, clicks, and scrolls, are captured, helping developers connect the dots between a known issue and how a user experienced it in the UI.
8+
9+
You can search by session replay properties on the **Replay** page.
810

911
## Searchable Properties
1012

docs/product/reference/search/searchable-properties/user-feedback.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: "Learn more about searchable user feedback properties."
44
sidebar_order: 40
55
---
66

7-
<Include name="searchable-properties/intro-for-user-feedback.mdx" />
7+
[User Feedback](/product/user-feedback/) allows your users to create bug reports so they can let you know about sneaky issues right away. Every report will automatically include related replays, tags, and errors, making fixing the issue dead simple.
8+
9+
You can search by user feedback properties on the **User Feedback** page.
810

911
## Searchable Properties
1012

includes/searchable-properties/intro-for-events.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

includes/searchable-properties/intro-for-issues.mdx

Lines changed: 0 additions & 1 deletion
This file was deleted.

includes/searchable-properties/intro-for-releases.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

includes/searchable-properties/intro-for-session-replay.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

includes/searchable-properties/intro-for-user-feedback.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)