File tree Expand file tree Collapse file tree 2 files changed +0
-92
lines changed Expand file tree Collapse file tree 2 files changed +0
-92
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { deployRedis } from './services/redis';
2121import { deployS3 , deployS3AuditLog , deployS3Mirror } from './services/s3' ;
2222import { deploySchema } from './services/schema' ;
2323import { configureSentry } from './services/sentry' ;
24- import { deploySentryEventsMonitor } from './services/sentry-events' ;
2524import { configureSlackApp } from './services/slack-app' ;
2625import { deploySuperTokens } from './services/supertokens' ;
2726import { deployTokens } from './services/tokens' ;
@@ -72,7 +71,6 @@ const environment = prepareEnvironment({
7271 environment : envName ,
7372 rootDns : new pulumi . Config ( 'common' ) . require ( 'dnsZone' ) ,
7473} ) ;
75- deploySentryEventsMonitor ( { docker, environment, sentry } ) ;
7674const observability = deployObservability ( { environment } ) ;
7775const clickhouse = deployClickhouse ( ) ;
7876const postgres = deployPostgres ( ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments