C# (CSharp) SharpRaven.Data Namespace

Classes

Name Description
ErrorLevel
ExceptionFrame
JsonPacket
JsonPacketFactory A default implementation of IJsonPacketFactory. Override the OnCreate method to adjust the values of the JsonPacket before it is sent to Sentry.
Module
SentryEvent Represents an event being captured by IRavenClient.Capture(SentryEvent).
SentryException
SentryMessage Captures a string message, optionally formatted with arguments, as sent to Sentry.
SentryRequest The Request information is stored in the Http interface. Two arguments are required: url and method.
SentryRequestFactory A default implementation of ISentryRequestFactory. Override the OnCreate method to adjust the values of the SentryRequest before it is sent to Sentry.
SentryStacktrace
SentryUser An interface which describes the authenticated User for a request. You should provide at least either an id (a unique identifier for an authenticated user) or ip_address (their IP address).
SentryUserFactory A default implementation of ISentryUserFactory. Override the OnCreate method to adjust the values of the SentryUser before it is sent to Sentry.