Skip to content

Commit 826d452

Browse files
committed
fix linting
1 parent bdc6a0f commit 826d452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/envelope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { FeedbackEvent, UserFeedback } from './feedback';
77
import type { Profile } from './profiling';
88
import type { ReplayEvent, ReplayRecordingData } from './replay';
99
import type { SdkInfo } from './sdkinfo';
10-
import type { SerializedSession, Session, SessionAggregates } from './session';
10+
import type { SerializedSession, SessionAggregates } from './session';
1111
import type { SpanJSON } from './span';
1212

1313
// Based on: https://develop.sentry.dev/sdk/envelopes/

0 commit comments

Comments
 (0)