mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #17951 from poislagarde/patch-2
[raven] Add missing requestHandler
This commit is contained in:
Vendored
+1
@@ -18,6 +18,7 @@ export function captureException(e: Error, cb?: CaptureCallback): Client;
|
||||
export function captureException(e: Error, options?: CaptureOptions, cb?: CaptureCallback): Client;
|
||||
export function mergeContext(ctx: any): Client;
|
||||
export function getContext(): any;
|
||||
export function requestHandler(): (req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||||
export function errorHandler(): (e: Error, req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||||
export function context(ctx: any, func: () => void, onErr?: () => void): Client;
|
||||
export function context(func: () => void, onErr?: () => void): Client;
|
||||
|
||||
Reference in New Issue
Block a user