We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9690208 commit f0881c5Copy full SHA for f0881c5
1 file changed
packages/core/src/integrations/supabase.ts
@@ -9,8 +9,8 @@ import { defineIntegration } from '../integration';
9
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';
10
import { setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startSpan } from '../tracing';
11
import type { IntegrationFn } from '../types-hoist/integration';
12
-import { debug } from '../utils/debug-logger';
13
import type { SpanAttributes } from '../types-hoist/span';
+import { debug } from '../utils/debug-logger';
14
import { isPlainObject } from '../utils/is';
15
16
const AUTH_OPERATIONS_TO_INSTRUMENT = [
0 commit comments