Skip to content

Commit 6707f38

Browse files
committed
format
1 parent 7c7d53d commit 6707f38

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/browser/test/index.bundle.tracing.replay.feedback.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import { consoleLoggingIntegrationShim, loggerShim } from '@sentry-internal/integration-shims';
22
import { describe, expect, it } from 'vitest';
3-
import { browserTracingIntegration, feedbackAsyncIntegration, replayIntegration, spanStreamingIntegration } from '../src';
3+
import {
4+
browserTracingIntegration,
5+
feedbackAsyncIntegration,
6+
replayIntegration,
7+
spanStreamingIntegration,
8+
} from '../src';
49
import * as TracingReplayFeedbackBundle from '../src/index.bundle.tracing.replay.feedback';
510

611
describe('index.bundle.tracing.replay.feedback', () => {

0 commit comments

Comments
 (0)