Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ead56db

Browse files
committed
fix linting
1 parent 9ee3ac7 commit ead56db

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)

AltStyle によって変換されたページ (->オリジナル) /