-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Description
As pre-work for #14478 we want to put the logic for sessions in the browser into an integration and deprecate autoSessionTracking.
The upside of putting the logic into an integration is better treeshakability, better interfacability when using a custom browser client, and configurability.
Tasks:
- Expose integration for browser (feat(browser): Add
browserSessionIntegration#14551) - Add migration path to http integration for server (feat(node): Add
trackIncomingRequestsAsSessionsoption to http integration #14567) - Update docs to refer to integrations instead of autoSessionTracking (Add docs for
browserSessionIntegrationandtrackIncomingRequestsAsSessionsas alternative toautoSessionTrackingin JS SDKs sentry-docs#12056) - Deprecate autoSessionTracking (feat: Deprecate
autoSessionTracking#14640)