Skip to content

Commit 0736055

Browse files
coolguyzoneAlex Krawiec
andauthored
SEO updates to environments (#13003)
* SEO updates to environments * Remove multi-line title --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent b329b65 commit 0736055

File tree

1 file changed

+4
-4
lines changed
  • docs/concepts/key-terms/environments

1 file changed

+4
-4
lines changed

docs/concepts/key-terms/environments/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Environments
2+
title: Creating and Filtering Environments
33
sidebar_order: 20
4-
description: "Learn more about how environments can help you better filter issues, releases, and user feedback in the Issue Details page on sentry.io."
4+
description: "Learn how environments can help you filter issues, releases, and user feedback in Sentry."
55
---
66

77
`Environment` is a Sentry-supported tag that you can (and should) add to your SDK. Generally, the tag accepts any value, but it's intended to refer to your code deployments' naming convention, such as _development_, _testing_, _staging_, or _production_.
@@ -16,9 +16,9 @@ Environments are unique to each organization. Environment settings, however, are
1616

1717
## Creating Environments
1818

19-
Sentry automatically creates environments when it receives an event with the environment tag. Environments are case-sensitive. You can also create an environment when you first `init` your SDK, [as documented for each SDK](/platform-redirect/?next=/configuration/environments/).
19+
Sentry automatically creates environments when it receives an [event](/api/events/) with the environment tag. Environments are case-sensitive. You can also create an environment when you first `init` your SDK, [as documented for each SDK](/platform-redirect/?next=/configuration/environments/).
2020

21-
## Environment Filter
21+
## Filtering Environments
2222

2323
### Issues
2424

0 commit comments

Comments
 (0)