You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(release-health): Enable session tracking by default (getsentry#994)
* Auto enabled auto session tracking
* Moved auto_session_tracking outof expeirmental features and added it by default
* fix: Formatting
* Fixed type error
* Removed auto_session_tracking from from Experiment type
* Removed redundant default
* Auto detection of session mode when auto_session_tracking is enabled
* fix: Formatting
* Added test that ensures session mode is flips from applicatoin to request in WSGI handler
* New line at end of file
* Linting fixes
* Added default for session_mode in auto_session_tracking
* Added defaults to session_mode to Session class
* Fixed failing test due to changes in WSGI handler tracking requests:
* Reordered param to the end
* fix: Formatting
* Modified flask test to match request mode sessions
* Removed redundant typing Union
Co-authored-by: sentry-bot <markus+ghbot@sentry.io>
0 commit comments