Skip to content

Commit a3d9649

Browse files
committed
Update notifications article
1 parent a69979b commit a3d9649

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 sends email notifications when new [transaction-level anomalies](/docs/codestream/observability/transactions) are found in services that are built from your code. Select the <DNT>**Notifications**</DNT> option under the username menu at the top of the CodeStream pane to control which repositories and services you'll be notified about, or to turn off notifications completely.
88

9-
## Account settings [#account-settings]
9+
By default, you will automatically be following any repository that you open in your IDE. You can alternatively decide to manually follow repositories. Under this model you can follow a repository by opening it in your IDE, then hovering over its entry in the CodeStream tree view and clicking on 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 will be notified about anomalies in any of the services associated with the repositories that you're following. You may, however, only want to get notifications for a subset of these services. For example, you might only want notifications for your production services. You can limit the services by specifying a keyword present in the service name (e.g., "prod"), a list of account IDs, or a set of key:value pairs (e.g., 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)