Skip to content

Commit 4b72dc9

Browse files
committed
fix browser types
1 parent e64dd94 commit 4b72dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/browser/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { BaseClient, NewTransport, Scope, SDK_VERSION } from '@sentry/core';
2-
import { Event, EventHint, Options, Severity, SeverityLevel, Transport } from '@sentry/types';
1+
import { BaseClient, Scope, SDK_VERSION } from '@sentry/core';
2+
import { Event, EventHint, NewTransport, Options, Severity, SeverityLevel } from '@sentry/types';
33
import { getGlobalObject, logger, stackParserFromOptions } from '@sentry/utils';
44

55
import { eventFromException, eventFromMessage } from './eventbuilder';

packages/node/src/transports/setup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { getEnvelopeEndpointWithUrlEncodedAuth, initAPIDetails } from '@sentry/core';
22
import { NewTransport, TransportOptions } from '@sentry/types';
3-
import { makeDsn } from '@sentry/utils';
43

54
import { NodeOptions } from '../types';
65
import { makeNodeTransport } from './new';

0 commit comments

Comments
 (0)