Skip to content

Commit 5f620e9

Browse files
Luca Forstnerlizokm
andauthored
Update docs/platforms/javascript/common/configuration/options.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 6387f10 commit 5f620e9

File tree

1 file changed

+1
-3
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+1
-3
lines changed

docs/platforms/javascript/common/configuration/options.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ Defaults to `true`. When set to `true`, the SDK will send session events to Sent
147147
<Alert title="Deprecation Notice">
148148

149149
{/* We don't use platform links here because we always have to link to node and browser here and doing a conditional just for that feels overkill. */}
150-
151-
The `autoSessionTracking` option is deprecated from SDK version `8.43.0` onwards.
152-
Instead, use the [BrowserSession integration](/platforms/javascript/configuration/integrations/browsersession/) for the Browser and the [Http integration](/platforms/javascript/guides/node/configuration/integrations/http/) (via the `trackIncomingRequestsAsSessions` option) for the Node.js runtime.
150+
Starting with SDK version 8.43.0 and up, the `autoSessionTracking` option has been deprecated. You can use the [BrowserSession integration](/platforms/javascript/configuration/integrations/browsersession/) in browser environments and the [Http integration](/platforms/javascript/guides/node/configuration/integrations/http/) (via the `trackIncomingRequestsAsSessions` option) in Node.js runtime.
153151

154152
</Alert>
155153

0 commit comments

Comments
 (0)