Skip to content

Commit f0881c5

Browse files
committed
fix linting
1 parent 9690208 commit f0881c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/supabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { defineIntegration } from '../integration';
99
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';
1010
import { setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startSpan } from '../tracing';
1111
import type { IntegrationFn } from '../types-hoist/integration';
12-
import { debug } from '../utils/debug-logger';
1312
import type { SpanAttributes } from '../types-hoist/span';
13+
import { debug } from '../utils/debug-logger';
1414
import { isPlainObject } from '../utils/is';
1515

1616
const AUTH_OPERATIONS_TO_INSTRUMENT = [

0 commit comments

Comments
 (0)