Skip to content

Commit d778740

Browse files
committed
lint
1 parent c216b99 commit d778740

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DEBUG_BUILD } from './debug-build';
44
import type { Event, EventHint } from './types-hoist/event';
55
import type { Integration, IntegrationFn } from './types-hoist/integration';
66
import type { CoreOptions } from './types-hoist/options';
7-
import { StreamedSpanJSON } from './types-hoist/span';
7+
import type { StreamedSpanJSON } from './types-hoist/span';
88
import { debug } from './utils/debug-logger';
99

1010
export const installedIntegrations: string[] = [];

packages/core/src/integrations/requestdata.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineIntegration } from '../integration';
2-
import { hasSpanStreamingEnabled } from '../tracing/spans/hasSpanStreamingEnabled';
32
import type { Event } from '../types-hoist/event';
43
import type { IntegrationFn } from '../types-hoist/integration';
54
import type { RequestEventData } from '../types-hoist/request';

0 commit comments

Comments
 (0)