Skip to content

Commit a698853

Browse files
authored
Update docs/concepts/key-terms/tracing/distributed-tracing.mdx
1 parent 6ea31a8 commit a698853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/concepts/key-terms/tracing/distributed-tracing.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Transactions share most properties (start and end time, tags, and so on) with th
3535

3636
Before the transaction is sent, the `tags` and `data` properties will get merged with data from the global scope. (Global scope data is set in `Sentry.init()` or by using `Sentry.configureScope()`, `Sentry.setTag()`, `Sentry.setUser()`, and `Sentry.setExtra()`.)
3737

38-
Transaction names can contain **sensitive data**. See [Scrubbing Sensitive Data](/platforms/javascript/data-management/sensitive-data/#scrubbing-data) for more information.
3938

4039
<Note>
4140

0 commit comments

Comments
 (0)