Méthode | Description | |
---|---|---|
Capture ( |
Captures the specified event.
|
|
CaptureAsync ( |
Captures the event.
|
|
RavenClient ( SharpRaven.Dsn dsn, IJsonPacketFactory jsonPacketFactory = null, ISentryRequestFactory sentryRequestFactory = null, ISentryUserFactory sentryUserFactory = null ) : System |
Initializes a new instance of the RavenClient class.
|
|
RavenClient ( IJsonPacketFactory jsonPacketFactory = null ) : System |
Initializes a new instance of the RavenClient class. Sentry Data Source Name will be read from sharpRaven section in your app.config or web.config.
|
|
RavenClient ( string dsn, IJsonPacketFactory jsonPacketFactory = null, ISentryRequestFactory sentryRequestFactory = null, ISentryUserFactory sentryUserFactory = null ) : System |
Initializes a new instance of the RavenClient class.
|
Méthode | Description | |
---|---|---|
PreparePacket ( |
Performs JsonPacket post-processing prior to being sent to Sentry.
|
|
Send ( |
Sends the specified packet to Sentry.
|
|
SendAsync ( |
Sends the specified packet to Sentry.
|
Méthode | Description | |
---|---|---|
CaptureEvent ( |
||
CaptureEvent ( |
||
CaptureException ( |
||
CaptureExceptionAsync ( |
||
CaptureMessage ( |
||
CaptureMessageAsync ( |
||
HandleException ( |
||
MergeTags ( string>.IDictionary |
public Capture ( |
||
@event | ||
Résultat | string |
public CaptureAsync ( |
||
@event | ||
Résultat | Task |
protected PreparePacket ( |
||
packet | The prepared |
|
Résultat |
public RavenClient ( SharpRaven.Dsn dsn, IJsonPacketFactory jsonPacketFactory = null, ISentryRequestFactory sentryRequestFactory = null, ISentryUserFactory sentryUserFactory = null ) : System | ||
dsn | SharpRaven.Dsn | The Data Source Name in Sentry. |
jsonPacketFactory | IJsonPacketFactory | The optional factory that will be used to create the |
sentryRequestFactory | ISentryRequestFactory | The optional factory that will be used to create the |
sentryUserFactory | ISentryUserFactory | The optional factory that will be used to create the |
Résultat | System |
public RavenClient ( IJsonPacketFactory jsonPacketFactory = null ) : System | ||
jsonPacketFactory | IJsonPacketFactory | The optional factory that will be used to create the |
Résultat | System |
public RavenClient ( string dsn, IJsonPacketFactory jsonPacketFactory = null, ISentryRequestFactory sentryRequestFactory = null, ISentryUserFactory sentryUserFactory = null ) : System | ||
dsn | string | The Data Source Name in Sentry. |
jsonPacketFactory | IJsonPacketFactory | The optional factory that will be used to create the |
sentryRequestFactory | ISentryRequestFactory | The optional factory that will be used to create the |
sentryUserFactory | ISentryUserFactory | The optional factory that will be used to create the |
Résultat | System |
protected Send ( |
||
packet | The packet to send. | |
Résultat | string |
protected SendAsync ( |
||
packet | The packet to send. | |
Résultat | Task |