Merge pull request #1359 from gitroomhq/feat/orchestrator-sentry

Feat/orchestrator sentry
This commit is contained in:
Nevo David 2026-04-02 14:33:13 +07:00 committed by GitHub
commit 2d434fe198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
import { initializeSentry } from '@gitroom/nestjs-libraries/sentry/initialize.sentry';
initializeSentry('orchestrator', true);
import 'source-map-support/register';
import dayjs from 'dayjs';
import utc from 'dayjs/plugin/utc';