File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
packages/core/src/integrations Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 11// eslint-disable max-lines
22import { logger , isPlainObject } from '../utils-hoist' ;
33
4- import {
5- addBreadcrumb ,
6- captureException ,
7- startInactiveSpan ,
8- setHttpStatus ,
9- SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
10- SEMANTIC_ATTRIBUTE_SENTRY_OP ,
11- defineIntegration ,
12- } from '../' ;
13-
144import type { Span , IntegrationFn } from '../types-hoist' ;
5+ import { setHttpStatus , startInactiveSpan } from '../tracing' ;
6+ import { addBreadcrumb } from '../breadcrumbs' ;
7+ import { defineIntegration } from '../integration' ;
8+ import { SEMANTIC_ATTRIBUTE_SENTRY_OP , SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '../semanticAttributes' ;
9+ import { captureException } from '../exports' ;
1510
1611export interface SupabaseClient {
1712 prototype : {
You can’t perform that action at this time.
0 commit comments