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
Copy file name to clipboardexpand all lines: docs/reference/services/sentry.md
+43-13
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,62 @@ Sentry sends **events** (errors or transactions) to sentry.io together with addi
9
9
10
10
**Transactions** are used for performance monitoring. A transaction represents the operation you want to measure or track, like a page load, page navigation, or asynchronous task. Transaction events are grouped by the transaction name. Moreover, you can monitor child tasks within a single transaction by creating child **spans**.
11
11
12
+
## Configuration
12
13
13
-
## Setup
14
-
15
-
First, install the Python Sentry SDK:
16
-
17
-
```
18
-
pip install sentry-sdk
19
-
```
14
+
When the [Sentry Service](#integration) is integrated to the ASAB microservice, it can be configured to send events to Sentry.io workspace.
20
15
21
16
After you create a new project in Sentry.io, [DSN (data source name)](https://docs.sentry.io/product/sentry-basics/dsn-explainer/?original_referrer=https%3A%2F%2Fduckduckgo.com%2F) is generated. You can either set the environment variable or fulfill DSN in the configuration.
0 commit comments