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 bdc6a0f commit 826d452Copy full SHA for 826d452
packages/types/src/envelope.ts
@@ -7,7 +7,7 @@ import type { FeedbackEvent, UserFeedback } from './feedback';
7
import type { Profile } from './profiling';
8
import type { ReplayEvent, ReplayRecordingData } from './replay';
9
import type { SdkInfo } from './sdkinfo';
10
-import type { SerializedSession, Session, SessionAggregates } from './session';
+import type { SerializedSession, SessionAggregates } from './session';
11
import type { SpanJSON } from './span';
12
13
// Based on: https://develop.sentry.dev/sdk/envelopes/
0 commit comments