View Source SauceAnalytics.AppInfo (sauce_analytics v0.1.1)

Information which identifies your app on the Sauce Analytics API.

fields

Fields

  • :name - A unique string which represents the name of the app.
  • :uid - A unique string which represents the user.
  • :user_agent - The user agent of the client's web browser.
  • :environment - A string which represents the application's environment.

Link to this section Summary

Link to this section Types

@type t() :: %SauceAnalytics.AppInfo{
  environment: String.t(),
  hash: String.t(),
  name: String.t(),
  version: String.t()
}