C# Class SharpRaven.Nancy.Data.NancyContextJsonPacketFactory

NancyContext-based implementation of IJsonPacketFactory.
Inheritance: SharpRaven.Data.JsonPacketFactory
Mostra file Open project: getsentry/raven-csharp

Protected Methods

Method Description
OnCreate ( JsonPacket jsonPacket ) : JsonPacket

Called when the JsonPacket has been created. Can be overridden to adjust the values of the jsonPacket before it is sent to Sentry.

Method Details

OnCreate() protected method

Called when the JsonPacket has been created. Can be overridden to adjust the values of the jsonPacket before it is sent to Sentry.
protected OnCreate ( JsonPacket jsonPacket ) : JsonPacket
jsonPacket SharpRaven.Data.JsonPacket The json packet.
return SharpRaven.Data.JsonPacket