Skip to content

Commit 13c8fda

Browse files
authored
ref(js): Remove enableTracing mentions (#12554)
1 parent 41a6a94 commit 13c8fda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/platforms/javascript/guides/aws-lambda/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn what transactions are captured after tracing is enabled."
44
sidebar_order: 10
55
---
66

7-
When performance is enabled through `tracesSampleRate`, `enableTracing` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for incoming requests, and HTTP requests made with:
7+
When performance is enabled through `tracesSampleRate` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for incoming requests, and HTTP requests made with:
88

99
- `http`
1010
- `https`

docs/platforms/javascript/guides/ember/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ notSupported:
66
- javascript.cordova
77
---
88

9-
Performance data is automatically captured if you specify a `tracesSampleRate`, `tracesSampler` or `enableTracing` configuration option.
9+
Performance data is automatically captured if you specify a `tracesSampleRate` or `tracesSampler` configuration option.

docs/platforms/javascript/guides/gcp-functions/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn what transactions are captured after tracing is enabled."
44
sidebar_order: 10
55
---
66

7-
When performance is enabled through `tracesSampleRate`, `enableTracing` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for incoming, and outgoing HTTP requests.
7+
When performance is enabled through `tracesSampleRate` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for incoming, and outgoing HTTP requests.
88

99
Database instrumentation can be manually enabled by adding the corresponding integration to the `integrations` array in the `init` method. The following packages are supported:
1010

includes/node-automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When performance is enabled through `tracesSampleRate`, `enableTracing` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for the following:
1+
When performance is enabled through `tracesSampleRate` or a `tracesSampler` function, the Sentry SDK will automatically capture spans for the following:
22

33
- Incoming requests
44
- Outgoing HTTP requests

0 commit comments

Comments
 (0)