int breadcrumbLimit
Breadcrumb
s to keep in the ring buffer.UUID lastEventId
CircularFifoQueue<E> breadcrumbs
Breadcrumb
objects.User user
Map<K,V> tags
Event
s.Map<K,V> extra
Event
s.Breadcrumb.Type type
Date timestamp
Breadcrumb.Level level
String message
String category
Map<K,V> data
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
UUID id
String message
Date timestamp
Event.Level level
String logger
String platform
Sdk sdk
Sdk
instance representing the version and integrations used to send
the event.String culprit
String transaction
Map<K,V> tags
Automatically created with a Map that is made unmodifiable by the EventBuilder
.
List<E> breadcrumbs
Map<K,V> contexts
String release
String dist
String environment
String serverName
List<E> fingerprint
String checksum
Map<K,V> sentryInterfaces
Automatically created with a Map that is made unmodifiable by the EventBuilder
.
String requestUrl
String method
Map<K,V> parameters
String queryString
Map<K,V> cookies
String remoteAddr
String serverName
int serverPort
String localAddr
String localName
int localPort
String protocol
boolean secure
boolean asyncStarted
String authType
String remoteUser
Map<K,V> headers
String body
String exceptionMessage
String exceptionClassName
String exceptionPackageName
StackTraceInterface stackTraceInterface
SentryStackTraceElement[] stackTrace
int framesCommonWithEnclosing
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if an I/O error occurs while writing to the output streamClassNotFoundException
- if the class of a serialized object can not be foundprivate void writeObject(ObjectOutputStream out) throws IOException
IOException
- if an I/O error occurs while writing to the output streamint maxElements
Copyright © 2012–2018. All rights reserved.