Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only instantiate SessionFlusher when the SDK is enabled under the current env #2245

Merged
merged 2 commits into from Feb 10, 2024

Commits on Feb 10, 2024

  1. Add Configuration#session_tracking

    This method aims to encapsulate the conditions we need to consider for
    enabling session tracking. Currently, it includes:
    - Whether the auto_session_tracking option is enabled
    - Whether the SDK is enabled under the current environment
    st0012 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ba7d456 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    st0012 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1aaaa60 View commit details
    Browse the repository at this point in the history