appinsights-logger
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -34,3 +34,3 @@ import * as appInsights from 'applicationinsights'; | ||
*/ | ||
export declare function functionWrapper(fn: any, eventName?: string, customDimensions?: {}): (context: any) => Promise<() => Promise<void>>; | ||
export declare function functionWrapper(fn: any, eventName?: string, customDimensions?: {}): (context: any) => Promise<void>; | ||
export {}; |
@@ -125,3 +125,3 @@ "use strict"; | ||
} | ||
}, correlationContext); | ||
}, correlationContext)(); | ||
}; | ||
@@ -128,0 +128,0 @@ } |
{ | ||
"name": "appinsights-logger", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "thin, yet opinionated wrapper for applcation insights", | ||
@@ -5,0 +5,0 @@ "repository": "gopuff/appinsights-logger", |
Sorry, the diff of this file is not supported yet
17355