File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import {
22 checkMandatoryPrivateEnvVarsHandle ,
3- httpLogHandle ,
43 maintenanceModeHandle ,
54} from '$lib/server/core/hooks' ;
65import { addAuthDataToLocalHandle } from '$lib/server/lucia/hooks' ;
@@ -16,6 +15,7 @@ import { setSentryUserIdentity } from '$lib/server/sentry/hooks';
1615import { posthog , setupNodePosthogClient } from '$lib/server/posthog' ;
1716import { getServerSentryIntegrations } from '$lib/server/sentry/utils' ;
1817import { roarr } from '$lib/server/roarr' ;
18+ import { httpLogHandle } from '$lib/server/roarr/hooks' ;
1919
2020setupNodePosthogClient ( config . posthog . projectApiKey , config . posthog . apiHost ) ;
2121setupSentryClient ( {
Original file line number Diff line number Diff line change 11export * from './check-mandatory-private-env-vars.handle' ;
22export * from './maintenance-mode.handle' ;
3- export * from './http-log.handle' ;
File renamed without changes.
Original file line number Diff line number Diff line change 1+ export * from './http-log.handle' ;
You can’t perform that action at this time.
0 commit comments