Skip to content

Instantly share code, notes, and snippets.

@ejsmith
Last active January 25, 2016 22:13
Show Gist options
  • Save ejsmith/1b5f03f676fcd539f6cd to your computer and use it in GitHub Desktop.
Save ejsmith/1b5f03f676fcd539f6cd to your computer and use it in GitHub Desktop.
session tracking
-------------------------------------
Session Tracking
-------------------------------------
Exceptionless can also track user sessions which enables powerful application analytics.
Session tracking can be enabled by simply adding this line to the startup of your application:
ExceptionlessClient.Default.Configuration.UseSessions()
You will also need to tell Exceptionless who the current user is in your application when the user logs in:
ExceptionlessClient.Default.Configuration.SetUserIdentity("UNIQUE_ID_OR_EMAIL_ADDRESS", "Display Name")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment