Skip to content

Commit d7554b8

Browse files
committed
lint
1 parent b47c593 commit d7554b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/replay/src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
275275
/**
276276
* Session options that are configurable by the integration configuration
277277
*/
278-
export interface SessionOptions extends Pick<ReplayPluginOptions, 'sessionSampleRate'|'stickySession'> {
278+
export interface SessionOptions extends Pick<ReplayPluginOptions, 'sessionSampleRate' | 'stickySession'> {
279279
/**
280280
* Should buffer recordings to be saved later either by error sampling, or by
281281
* manually calling `flush()`. This is only a factor if not sampled for a
@@ -284,7 +284,6 @@ export interface SessionOptions extends Pick<ReplayPluginOptions, 'sessionSample
284284
allowBuffering: boolean;
285285
}
286286

287-
288287
export interface ReplayIntegrationPrivacyOptions {
289288
/**
290289
* Mask text content for elements that match the CSS selectors in the list.

packages/replay/test/integration/errorSampleRate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { captureException, getCurrentHub } from '@sentry/core';
22

33
import {
4-
DEFAULT_FLUSH_MIN_DELAY,
54
BUFFER_CHECKOUT_TIME,
5+
DEFAULT_FLUSH_MIN_DELAY,
66
MAX_SESSION_LIFE,
77
REPLAY_SESSION_KEY,
88
SESSION_IDLE_EXPIRE_DURATION,

0 commit comments

Comments
 (0)