@chi-ecosystem/nestjs-logging
v1.0.4
Published
NestJS logging SDK for CHI ecosystem - automatic error capturing and request tracing
Readme
@chi-ecosystem/nestjs-logging
NestJS logging SDK for CHI ecosystem - automatic error capturing and request tracing.
Note: This package is intended for use only within the CHI ecosystem and related projects.
Installation
npm install @chi-ecosystem/nestjs-loggingUsage
import { Module } from '@nestjs/common';
import { ChiLoggingModule } from '@chi-ecosystem/nestjs-logging';
@Module({
imports: [
ChiLoggingModule.forRoot({
apiKey: 'your-api-key',
endpoint: 'https://your-endpoint',
}),
],
})
export class AppModule {}License
MIT
