This repository was archived by the owner on Aug 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This document covers how unified SDKs should implement AM.
6
6
Things listed here are in no specific order, cover the API shape and not how it should be internally implemented.
7
7
Read this fully before asking questions.
8
8
9
- See [ https://github.com/getsentry/sentry-javascript ] ( https://github.com/getsentry/sentry-javascript )
9
+ See [ https://github.com/getsentry/sentry-javascript ] ( https://github.com/getsentry/sentry-javascript )
10
10
11
11
or
12
12
17
17
- ` 1.0 ` (100% delivery rate) means send all transactions
18
18
- Value is expressed in ` 0.0 ` - ` 1.0 ` float, ranged from 0% to 100% rate
19
19
- Default makes AM an opt-in feature
20
+ - Transactions should be sampled only by ` tracesSampleRate ` .
21
+ The ` sampleRate ` configuration is used for error events and should not
22
+ apply to transactions. Pay special attention not to incur in evaluating
23
+ the sampling decision twice for transaction events from their creation
24
+ until their delivery to Sentry.
20
25
- Introduce ` Sentry.startTransaction `
21
26
- Internally this creates a ` Transaction ` and returns the instance
22
27
- Users need to interact with the instance and keep track of it themselves
You can’t perform that action at this time.
0 commit comments