Skip to content

Commit d6009c4

Browse files
authored
clarify phrasing on capturing transactions (#1779)
1 parent 19e57e6 commit d6009c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/collections/_documentation/performance/getting-started/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Sentry.init({
1919
});
2020
```
2121

22-
Performance data is transmitted using a new event type called "transactions", which you can learn about in [Distributing Tracing]({%- link _documentation/performance/distributed-tracing.md %}#traces-transactions-and-spans). **To sample transactions, you must set the `tracesSampleRate` configuration to a nonzero value.** The example configuration above will transmit 25% of captured transactions.
22+
Performance data is transmitted using a new event type called "transactions", which you can learn about in [Distributed Tracing]({%- link _documentation/performance/distributed-tracing.md %}#traces-transactions-and-spans). **To capture transactions, you must install the performance package and configure your SDK to set the `tracesSampleRate` configuration to a nonzero value.** The example configuration above will transmit 25% of captured transactions.
2323

2424
Learn more about sampling in [Using Your SDK to Filter Events]({%- link _documentation/error-reporting/configuration/filtering.md %}).

src/collections/_documentation/performance/getting-started/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ sentry_sdk.init(
1313
)
1414
```
1515

16-
Performance data is transmitted using a new event type called "transactions", which you can learn about in [Distributing Tracing]({%- link _documentation/performance/distributed-tracing.md %}#traces-transactions-and-spans). **To sample transactions, you must set the `tracesSampleRate` configuration to a nonzero value.** The example configuration above will transmit 25% of captured traces.
16+
Performance data is transmitted using a new event type called "transactions", which you can learn about in [Distributed Tracing]({%- link _documentation/performance/distributed-tracing.md %}#traces-transactions-and-spans). **To capture transactions, you must install the performance package and configure your SDK to set the `tracesSampleRate` configuration to a nonzero value.** The example configuration above will transmit 25% of captured traces.
1717

1818
Learn more about sampling in [Using Your SDK to Filter Events]({%- link _documentation/error-reporting/configuration/filtering.md %}).

0 commit comments

Comments
 (0)