Skip to content

Commit 4180690

Browse files
committed
lint
1 parent 59a516b commit 4180690

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/replay-internal/src/util/resetReplayIdOnDynamicSamplingContext.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import type { DynamicSamplingContext } from "@sentry/core";
2-
import {
3-
getActiveSpan,
4-
getCurrentScope,
5-
getDynamicSamplingContextFromSpan,
6-
} from "@sentry/core";
1+
import type { DynamicSamplingContext } from '@sentry/core';
2+
import { getActiveSpan, getCurrentScope, getDynamicSamplingContextFromSpan } from '@sentry/core';
73

84
/**
95
* Reset the `replay_id` field on the DSC.

0 commit comments

Comments
 (0)