-
public final class ErrorEventSchema of common properties of RUM events Schema of all properties of events that can have parent actions View Container schema for views that are nested (webviews in mobile)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Companionpublic final classErrorEvent.ApplicationApplication properties
public final classErrorEvent.ErrorEventSessionSession properties
public final classErrorEvent.ErrorEventViewView properties View properties
public final classErrorEvent.UsrUser properties
public final classErrorEvent.ConnectivityDevice connectivity properties
public final classErrorEvent.DisplayDisplay properties
public final classErrorEvent.SyntheticsSynthetics properties
public final classErrorEvent.CiTestCI Visibility properties
public final classErrorEvent.OsOperating system properties
public final classErrorEvent.DeviceDevice properties
public final classErrorEvent.DdInternal properties
public final classErrorEvent.ContextUser provided context
public final classErrorEvent.ActionAction properties
public final classErrorEvent.ContainerView Container properties (view wrapping the current view)
public final classErrorEvent.ErrorError properties
public final classErrorEvent.FreezeProperties of App Hang and ANR errors
public final classErrorEvent.CellularCellular connectivity properties
public final classErrorEvent.ViewportThe viewport represents the rectangular area that is currently being viewed. Content outside the viewport is not visible onscreen until scrolled into view.
public final classErrorEvent.DdSessionSession-related internal properties
public final classErrorEvent.ConfigurationSubset of the SDK configuration options in use during its execution
public final classErrorEvent.ContainerViewAttributes of the view's container
public final classErrorEvent.CauseProperties for one of the error causes
public final classErrorEvent.ResourceResource properties of the error
public final classErrorEvent.ThreadDescription of the thread in the process when error happened.
public final classErrorEvent.BinaryImageDescription of the binary image (native library; for Android: .so file) loaded or referenced by the process/application.
public final classErrorEvent.MetaPlatform-specific metadata of the error event.
public final classErrorEvent.CspContent Security Violation properties
public final classErrorEvent.ProviderThe provider for this resource
public enumErrorEvent.ErrorEventSourceThe source of this event
public enumErrorEvent.ErrorEventSessionTypeType of the session
public enumErrorEvent.StatusStatus of the device connectivity
public enumErrorEvent.Interfacepublic enumErrorEvent.EffectiveTypeCellular connection type reflecting the measured network performance
public enumErrorEvent.DeviceTypeDevice type info
public enumErrorEvent.ErrorSourceSource of the error
public enumErrorEvent.CategoryThe specific category of the error. It provides a high-level grouping for different types of errors.
public enumErrorEvent.HandlingWhether the error has been handled manually in the source code or not
public enumErrorEvent.SourceTypeSource type of the error (the language or platform impacting the error stacktrace format)
public enumErrorEvent.PlanSession plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)
public enumErrorEvent.SessionPreconditionThe precondition that led to the creation of the session
public enumErrorEvent.MethodHTTP method of the resource
public enumErrorEvent.DispositionIn the context of CSP errors, indicates how the violated policy is configured to be treated by the user agent.
public enumErrorEvent.ProviderTypeThe type of provider
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Longdateprivate final ErrorEvent.Applicationapplicationprivate final Stringserviceprivate final Stringversionprivate final StringbuildVersionprivate final StringbuildIdprivate final ErrorEvent.ErrorEventSessionsessionprivate final ErrorEvent.ErrorEventSourcesourceprivate final ErrorEvent.ErrorEventViewviewprivate final ErrorEvent.Usrusrprivate final ErrorEvent.Connectivityconnectivityprivate final ErrorEvent.Displaydisplayprivate final ErrorEvent.Syntheticssyntheticsprivate final ErrorEvent.CiTestciTestprivate final ErrorEvent.Ososprivate final ErrorEvent.Devicedeviceprivate final ErrorEvent.Ddddprivate final ErrorEvent.Contextcontextprivate final ErrorEvent.Actionactionprivate final ErrorEvent.Containercontainerprivate final ErrorEvent.Errorerrorprivate final ErrorEvent.Freezefreezeprivate final ErrorEvent.ContextfeatureFlags
-
Constructor Summary
Constructors Constructor Description ErrorEvent(Long date, ErrorEvent.Application application, String service, String version, String buildVersion, String buildId, ErrorEvent.ErrorEventSession session, ErrorEvent.ErrorEventSource source, ErrorEvent.ErrorEventView view, ErrorEvent.Usr usr, ErrorEvent.Connectivity connectivity, ErrorEvent.Display display, ErrorEvent.Synthetics synthetics, ErrorEvent.CiTest ciTest, ErrorEvent.Os os, ErrorEvent.Device device, ErrorEvent.Dd dd, ErrorEvent.Context context, ErrorEvent.Action action, ErrorEvent.Container container, ErrorEvent.Error error, ErrorEvent.Freeze freeze, ErrorEvent.Context featureFlags)
-
Method Summary
Modifier and Type Method Description final StringgetType()final LonggetDate()final ErrorEvent.ApplicationgetApplication()final StringgetService()final StringgetVersion()final StringgetBuildVersion()final StringgetBuildId()final ErrorEvent.ErrorEventSessiongetSession()final ErrorEvent.ErrorEventSourcegetSource()final ErrorEvent.ErrorEventViewgetView()final ErrorEvent.UsrgetUsr()final ErrorEvent.ConnectivitygetConnectivity()final ErrorEvent.DisplaygetDisplay()final ErrorEvent.SyntheticsgetSynthetics()final ErrorEvent.CiTestgetCiTest()final ErrorEvent.OsgetOs()final ErrorEvent.DevicegetDevice()final ErrorEvent.DdgetDd()final ErrorEvent.ContextgetContext()final ErrorEvent.ActiongetAction()final ErrorEvent.ContainergetContainer()final ErrorEvent.ErrorgetError()final ErrorEvent.FreezegetFreeze()final ErrorEvent.ContextgetFeatureFlags()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent
ErrorEvent(Long date, ErrorEvent.Application application, String service, String version, String buildVersion, String buildId, ErrorEvent.ErrorEventSession session, ErrorEvent.ErrorEventSource source, ErrorEvent.ErrorEventView view, ErrorEvent.Usr usr, ErrorEvent.Connectivity connectivity, ErrorEvent.Display display, ErrorEvent.Synthetics synthetics, ErrorEvent.CiTest ciTest, ErrorEvent.Os os, ErrorEvent.Device device, ErrorEvent.Dd dd, ErrorEvent.Context context, ErrorEvent.Action action, ErrorEvent.Container container, ErrorEvent.Error error, ErrorEvent.Freeze freeze, ErrorEvent.Context featureFlags)
- Parameters:
date- Start of the event in ms from epochapplication- Application propertiesservice- The service name for this applicationversion- The version for this applicationbuildVersion- The build version for this applicationbuildId- Generated unique ID of the application build.session- Session propertiessource- The source of this eventview- View properties View propertiesusr- User propertiesconnectivity- Device connectivity propertiesdisplay- Display propertiessynthetics- Synthetics propertiesciTest- CI Visibility propertiesos- Operating system propertiesdevice- Device propertiesdd- Internal propertiescontext- User provided contextaction- Action propertiescontainer- View Container properties (view wrapping the current view)error- Error propertiesfreeze- Properties of App Hang and ANR errorsfeatureFlags- Feature flags properties
-
-
Method Detail
-
getApplication
final ErrorEvent.Application getApplication()
-
getService
final String getService()
-
getVersion
final String getVersion()
-
getBuildVersion
final String getBuildVersion()
-
getBuildId
final String getBuildId()
-
getSession
final ErrorEvent.ErrorEventSession getSession()
-
getSource
final ErrorEvent.ErrorEventSource getSource()
-
getView
final ErrorEvent.ErrorEventView getView()
-
getUsr
final ErrorEvent.Usr getUsr()
-
getConnectivity
final ErrorEvent.Connectivity getConnectivity()
-
getDisplay
final ErrorEvent.Display getDisplay()
-
getSynthetics
final ErrorEvent.Synthetics getSynthetics()
-
getCiTest
final ErrorEvent.CiTest getCiTest()
-
getOs
final ErrorEvent.Os getOs()
-
getDevice
final ErrorEvent.Device getDevice()
-
getDd
final ErrorEvent.Dd getDd()
-
getContext
final ErrorEvent.Context getContext()
-
getAction
final ErrorEvent.Action getAction()
-
getContainer
final ErrorEvent.Container getContainer()
-
getError
final ErrorEvent.Error getError()
-
getFreeze
final ErrorEvent.Freeze getFreeze()
-
getFeatureFlags
final ErrorEvent.Context getFeatureFlags()
-
toJson
final JsonElement toJson()
-
-
-
-