ex_rollbar v0.1.0 ExRollbar.RestAPI.Payload.Data
Struct that gets posted to RollBar
Summary
Types
Optional: level The severity level. One of: :critical, :error, :warning, :info, :debug Defaults to “error” for exceptions and “info” for messages. The level of the first occurrence of an item is used as the item’s level.
t()
t() :: %ExRollbar.RestAPI.Payload.Data{body: Body.t, client: ExRollbar.RestAPI.Payload.Data.Client.t, code_version: binary, context: binary, custom: map, environment: binary, fingerprint: binary, framework: binary, language: binary, level: level, notifier: ExRollbar.RestAPI.Payload.Data.Notifier.t, person: ExRollbar.RestAPI.Payload.Data.Person.t, platform: binary, request: ExRollbar.RestAPI.Payload.Data.Request.t, server: ExRollbar.RestAPI.Payload.Data.Server.t, timestamp: integer, title: binary, uuid: term}
Struct that gets posted to RollBar