Skip to content

Commit df28780

Browse files
mydeaJPeer264
authored andcommitted
fix linting
1 parent d01a7ec commit df28780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/integrations/supabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { defineIntegration } from '../integration';
1010
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';
1111
import { setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startSpan } from '../tracing';
1212
import type { IntegrationFn } from '../types-hoist/integration';
13-
import { debug } from '../utils/debug-logger';
1413
import type { SpanAttributes } from '../types-hoist/span';
14+
import { debug } from '../utils/debug-logger';
1515
import { isPlainObject } from '../utils/is';
1616
import { addExceptionMechanism } from '../utils/misc';
1717

0 commit comments

Comments
 (0)