feat: remove sentry from workers and cron
This commit is contained in:
parent
4d419d6428
commit
dc2d4845a1
|
|
@ -1,5 +1,5 @@
|
|||
import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
initializeSentry('cron');
|
||||
// import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
// initializeSentry('cron');
|
||||
|
||||
import { NestFactory } from '@nestjs/core';
|
||||
import { CronModule } from './cron.module';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
initializeSentry('workers');
|
||||
// import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
// initializeSentry('workers');
|
||||
|
||||
import { NestFactory } from '@nestjs/core';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue