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 d01a7ec commit df28780Copy full SHA for df28780
1 file changed
packages/core/src/integrations/supabase.ts
@@ -10,8 +10,8 @@ import { defineIntegration } from '../integration';
10
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes';
11
import { setHttpStatus, SPAN_STATUS_ERROR, SPAN_STATUS_OK, startSpan } from '../tracing';
12
import type { IntegrationFn } from '../types-hoist/integration';
13
-import { debug } from '../utils/debug-logger';
14
import type { SpanAttributes } from '../types-hoist/span';
+import { debug } from '../utils/debug-logger';
15
import { isPlainObject } from '../utils/is';
16
import { addExceptionMechanism } from '../utils/misc';
17
0 commit comments