C# Class SharpRaven.Nancy.SentryRequestStartup

SharpRaven's IRequestStartup implementation. Used to register exception handling to the start of the error handling pipeline.
Inheritance: IRequestStartup
Mostra file Open project: getsentry/raven-csharp

Public Methods

Method Description
Initialize ( IPipelines pipelines, Nancy.NancyContext context ) : void

Perform any initialisation tasks

SentryRequestStartup ( IRavenClient ravenClient ) : System

Initializes a new instance of the SentryRequestStartup class.

Method Details

Initialize() public method

Perform any initialisation tasks
public Initialize ( IPipelines pipelines, Nancy.NancyContext context ) : void
pipelines IPipelines Application pipelines
context Nancy.NancyContext The current context
return void

SentryRequestStartup() public method

Initializes a new instance of the SentryRequestStartup class.
ravenClient
public SentryRequestStartup ( IRavenClient ravenClient ) : System
ravenClient IRavenClient The raven client.
return System