Skip to content

Commit

Permalink
Disable xray tracing (middleware)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 31, 2024
1 parent 80b4b6f commit 2f8b0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/tracing/tracing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class TracingModule implements OnModuleInit, NestModule {
private readonly version: VersionService,
) {}

configure(consumer: MiddlewareConsumer) {
consumer.apply(XRayMiddleware).forRoutes('*');
configure(_consumer: MiddlewareConsumer) {
// consumer.apply(XRayMiddleware).forRoutes('*');
}

async onModuleInit() {
Expand Down

0 comments on commit 2f8b0f2

Please sign in to comment.