Skip to content

Commit

Permalink
fix: typo in SigNoz
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Nov 28, 2023
1 parent d211d17 commit 78d58e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/bootstrap/bootstrap.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class BootstrapModule implements NestModule, OnApplicationShutdown {
if (signal === 'SIGTERM') {
Logger.log('SIGTERM shutting down. Please wait...');

tracer.sdk
tracer
.shutdown()
.then(() => console.log('Tracing terminated'))
.catch((error) => console.log('Error terminating tracing', error));
Expand Down

0 comments on commit 78d58e3

Please sign in to comment.