Skip to content

Enable AutoSessionTracking by default #3104

@bitsandfoxes

Description

@bitsandfoxes

See

/// Note: this is disabled by default in the current version (except for mobile targets and MAUI),
/// but will become enabled by default in the next major version.
/// Currently this only works for release health in client mode
/// (desktop, mobile applications, but not web servers).
/// </remarks>
public bool AutoSessionTracking { get; set; } = false;

There are currently a couple of blockers:

  • It does not work with multiple instances of the app running at the same time
  • Does not work for server
    • Metrics could be an alternative solution to this

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions