feat: remove sentry for now
This commit is contained in:
parent
ab61ae2bce
commit
0eed2571fe
|
|
@ -1,5 +1,5 @@
|
|||
import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
initializeSentry('backend', true);
|
||||
// import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
|
||||
// initializeSentry('backend', true);
|
||||
|
||||
import { loadSwagger } from '@gitroom/helpers/swagger/load.swagger';
|
||||
|
||||
|
|
|
|||
|
|
@ -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