We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebda75 commit 097e27eCopy full SHA for 097e27e
sdk_contrib/fastify/lib/plugin.d.ts
@@ -1,5 +1,5 @@
1
import * as AWSXRay from 'aws-xray-sdk-core';
2
-import { FastityLoggerInstance } from 'fastify';
+import { FastifyLoggerInstance } from 'fastify';
3
4
declare module 'fastify' {
5
interface FastifyRequest {
@@ -12,7 +12,7 @@ export interface XRayFastifyPluginOptions {
12
captureAWS: boolean;
13
captureHTTP: boolean;
14
capturePromises: boolean;
15
- logger: FastityLoggerInstance;
+ logger: FastifyLoggerInstance;
16
automaticMode: boolean;
17
plugins: AWSXRay.plugins.Plugin[];
18
}
0 commit comments