Skip to content

Commit d29406f

Browse files
authored
Merge pull request #19250 from planteater/cs-notifications
Update notifications article
2 parents 3fe5b40 + 49451ad commit d29406f

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
---
2-
title: CodeStream settings
3-
metaDescription: "An overview of CodeStream settings."
4-
freshnessValidatedDate: 2024-06-06
2+
title: CodeStream notifications
3+
metaDescription: "An overview of CodeStream notifications."
4+
freshnessValidatedDate: 2024-11-08
55
---
66

7-
CodeStream account settings let you make changes to your personal account.
7+
CodeStream alerts you via email when new [transaction-level anomalies](/docs/codestream/observability/transactions) are detected in services built from your code. To manage these notifications, go to the <DNT>**Notifications**</DNT> settings under the username menu. You can customize which repositories and services trigger notifications or disable them entirely.
88

9-
## Account settings [#account-settings]
9+
By default, CodeStream automatically tracks repositories you open in your IDE. Alternatively, you can manually follow repositories by hovering over them in the CodeStream tree view and clicking the **Follow** icon.
1010

11-
The <DNT>**Account**</DNT> menu is located under the username menu at the top of the CodeStream pane, and you'll find options for viewing your profile and changing your CodeStream username. Note that if you have a profile photo associated with your New Relic email address on Gravatar it will automatically be used in CodeStream.
11+
<img
12+
title="Manually following a repository."
13+
alt="A screenshot of the icon for following a repository."
14+
src="/images/codestream_screenshot-crop_follow-repo.webp"
15+
/>
16+
17+
You can unfollow a repository by visiting the <DNT>**Notification Settings**</DNT> page and clicking the **X** to the right of any repository that you're current following.
18+
19+
By default, you'll receive notifications for anomalies in all services associated with your followed repositories. To limit notifications to specific services, you can filter by service name (for example, names containing "prod"), account ID, or key-value pairs (such as `environment:production`).
20+
21+
<img
22+
title="Notification settings"
23+
alt="A screenshot of the Notification settings page."
24+
src="/images/codestream_screenshot-crop_notification-settings.webp"
25+
/>

src/nav/codestream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pages:
2121
path: /docs/codestream/observability/query-builder
2222
- title: Code-level metrics
2323
path: /docs/codestream/observability/code-level-metrics
24-
- title: CodeStream settings
24+
- title: CodeStream notifications
2525
path: /docs/codestream/codestream-settings/account-settings
2626
- title: Troubleshooting
2727
pages:
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)