Skip to content

Commit 4dae8e1

Browse files
committed
Update import paths
1 parent 8278e8f commit 4dae8e1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

packages/core/src/integrations/supabase.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
// eslint-disable max-lines
22
import { logger, isPlainObject } from '../utils-hoist';
33

4-
import {
5-
addBreadcrumb,
6-
captureException,
7-
startInactiveSpan,
8-
setHttpStatus,
9-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
10-
SEMANTIC_ATTRIBUTE_SENTRY_OP,
11-
defineIntegration,
12-
} from '../';
13-
144
import type { Span, IntegrationFn } from '../types-hoist';
5+
import { setHttpStatus, startInactiveSpan } from '../tracing';
6+
import { addBreadcrumb } from '../breadcrumbs';
7+
import { defineIntegration } from '../integration';
8+
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';
9+
import { captureException } from '../exports';
1510

1611
export interface SupabaseClient {
1712
prototype: {

0 commit comments

Comments
 (0)