You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,37 +37,43 @@ In this tutorial, you create a new _project_ in your Sentry account. Projects al
37
37
38
38
- Click "Create Project". This takes you to the configuration page. Read through the quick Getting Started guide.
39
39
40
-
4. Copy the "DSN" key and keep it handy as you will be copying the key into the source code.
40
+
1. Copy the "DSN" key and keep it handy as you will be copying the key into the source code. You can also find this information any time in **[Project] > Settings > Client Keys (DSN)**.
41
41
42
42

43
43
44
44
> The DSN (or Data Source Name) tells the SDK where to send the events, associating them with the project you just created.
45
45
46
-
5. Click on the "Got it!" button at the bottom to create the project.
46
+
1. Click on the "Got it!" button at the bottom to create the project.
47
47
48
48
## Step 2: Create an alert rule
49
49
50
50
You can create various [alert rules](/product/alerts-notifications/alerts/) for each project and let Sentry know when, how, and whom you want to notify when errors occur in your application. *Alert rules* consist of *conditions* and *actions*, which are performed when the associated conditions are met. When creating a new project, you can choose to create it with an alert rule that notifies all project team members (by email) the first time a new *issue* appears. This means that the next time a **similar error** occurs, the notification is not triggered since the error is not "new".
51
51
52
52
In this step, you create a new alert rule that notifies **every time** an event occurs, even if it's associated with an already existing issue. In a real-life scenario you'd probably add additional conditions, as you wouldn't want to be notified every time an event happens in your frontend code on your end user's browsers.
53
53
54
-
1.From the project drop down list, find the new project and click on the cog icon to open the project settings.
1. Select "Issues" as the alert type and click "Set Conditions".
63
+
64
+

63
65
64
-
4. In the new alert rule form, select "Issue Alert" as the type and enter the following values:
66
+
1. Enter the following values:
67
+
- In the "Environment" field, select "All Environments"
68
+
- Enter "Alerts on All Events" in the "Alert name" field
69
+
- Under "THEN" conditions, select "Send notification to Issue Owners, Team, or Member", and then "Team" in the dropdown list that's displayed; select your team
> The new alert rule notifies the selected team members every time _an event is seen_ in _All Environments_by _Mail_
74
+
> The new alert rule notifies the selected team members every time _an event is captured_ in _All Environments_. By default, the notification will be sent by email, but you can change your team notification settings in the "Notifications" tab of **Settings > Teams > [Team]**.
0 commit comments