Skip to content

Commit a9e1104

Browse files
committed
Move roarr folder from shared to server
1 parent 9b62a11 commit a9e1104

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/hooks.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import { setSentryUserIdentity } from '$lib/server/sentry/hooks';
1515
import { posthog, setupNodePosthogClient } from '$lib/server/posthog';
1616
import { getServerSentryIntegrations } from '$lib/server/sentry/utils';
17-
import { roarr } from '$lib/shared/roarr';
17+
import { roarr } from '$lib/server/roarr';
1818

1919
setupNodePosthogClient(config.posthog.projectApiKey, config.posthog.apiHost);
2020
setupSentryClient({

src/lib/shared/roarr/client.ts renamed to src/lib/server/roarr/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import type {
77
LoggerLoggingMethodName,
88
} from './types';
99
import { 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

1414
export const roarr = (function () {
1515
const createLogger = (methodName: LoggerLoggingMethodName) => {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)