-
public final class ErrorEventSchema of common properties of RUM events Schema of all properties of events that can have parent actions
-
-
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.ViewView 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.ErrorError properties
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.CauseProperties for one of the error causes
public final classErrorEvent.ResourceResource properties of the error
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.DeviceTypeDevice type info
public enumErrorEvent.ErrorSourceSource of the error
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
public enumErrorEvent.MethodHTTP method of the resource
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 ErrorEvent.ErrorEventSessionsessionprivate final ErrorEvent.ErrorEventSourcesourceprivate final ErrorEvent.Viewviewprivate 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.Errorerrorprivate final ErrorEvent.ContextfeatureFlags
-
Constructor Summary
Constructors Constructor Description ErrorEvent(Long date, ErrorEvent.Application application, String service, String version, ErrorEvent.ErrorEventSession session, ErrorEvent.ErrorEventSource source, ErrorEvent.View 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.Error error, ErrorEvent.Context featureFlags)
-
Method Summary
Modifier and Type Method Description final StringgetType()final LonggetDate()final ErrorEvent.ApplicationgetApplication()final StringgetService()final StringgetVersion()final ErrorEvent.ErrorEventSessiongetSession()final ErrorEvent.ErrorEventSourcegetSource()final ErrorEvent.ViewgetView()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.ErrorgetError()final ErrorEvent.ContextgetFeatureFlags()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent
ErrorEvent(Long date, ErrorEvent.Application application, String service, String version, ErrorEvent.ErrorEventSession session, ErrorEvent.ErrorEventSource source, ErrorEvent.View 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.Error error, 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 applicationsession- 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 propertieserror- Error propertiesfeatureFlags- Feature flags properties
-
-
Method Detail
-
getApplication
final ErrorEvent.Application getApplication()
-
getService
final String getService()
-
getVersion
final String getVersion()
-
getSession
final ErrorEvent.ErrorEventSession getSession()
-
getSource
final ErrorEvent.ErrorEventSource getSource()
-
getView
final ErrorEvent.View 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()
-
getError
final ErrorEvent.Error getError()
-
getFeatureFlags
final ErrorEvent.Context getFeatureFlags()
-
toJson
final JsonElement toJson()
-
-
-
-