File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414import { setSentryUserIdentity } from '$lib/server/sentry/hooks' ;
1515import { posthog , setupNodePosthogClient } from '$lib/server/posthog' ;
1616import { getServerSentryIntegrations } from '$lib/server/sentry/utils' ;
17- import { roarr } from '$lib/shared /roarr' ;
17+ import { roarr } from '$lib/server /roarr' ;
1818
1919setupNodePosthogClient ( config . posthog . projectApiKey , config . posthog . apiHost ) ;
2020setupSentryClient ( {
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import type {
77 LoggerLoggingMethodName ,
88} from './types' ;
99import { serializeError } from 'serialize-error' ;
10- import { sentry } from '.. /sentry' ;
11- import { getTraceId } from '.. /sentry/utils' ;
12- import type { SeverityLevel } from '.. /sentry/types' ;
10+ import { sentry } from '$lib/shared /sentry' ;
11+ import { getTraceId } from '$lib/shared /sentry/utils' ;
12+ import type { SeverityLevel } from '$lib/shared /sentry/types' ;
1313
1414export const roarr = ( function ( ) {
1515 const createLogger = ( methodName : LoggerLoggingMethodName ) => {
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments