Skip to content

Commit a71ca39

Browse files
RulaKhaledclaude
andcommitted
style: Collapse import blocks left multi-line by the develop merge
Resolving the merge kept develop's multi-line import lists after removing `SEMANTIC_ATTRIBUTE_SENTRY_SOURCE`, leaving them short enough for oxfmt to collapse onto one line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 7125902 commit a71ca39

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

packages/react/src/tanstackrouter.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import {
77
} from '@sentry/browser';
88
import type { Integration } from '@sentry/core/browser';
99
import { filterCollectedUrl, hasSpanStreamingEnabled, PAGELOAD_SPAN_NAME_FALLBACK } from '@sentry/core';
10-
import {
11-
SEMANTIC_ATTRIBUTE_SENTRY_OP,
12-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
13-
} from '@sentry/core/browser';
10+
import { SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core/browser';
1411
import type { VendoredTanstackRouter, VendoredTanstackRouterRouteMatch } from './vendor/tanstackrouter-types';
1512
import {
1613
SENTRY_SEGMENT_NAME_SOURCE,

packages/sveltekit/src/client/svelte4BrowserTracing.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import type { Client, Span } from '@sentry/core';
2-
import {
3-
hasSpanStreamingEnabled,
4-
PAGELOAD_SPAN_NAME_FALLBACK,
5-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
6-
} from '@sentry/core';
2+
import { hasSpanStreamingEnabled, PAGELOAD_SPAN_NAME_FALLBACK, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core';
73
import {
84
getCurrentScope,
95
startBrowserTracingNavigationSpan,

packages/sveltekit/src/client/svelte5BrowserTracing.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import type { Client, Span } from '@sentry/core';
2-
import {
3-
hasSpanStreamingEnabled,
4-
PAGELOAD_SPAN_NAME_FALLBACK,
5-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
6-
} from '@sentry/core';
2+
import { hasSpanStreamingEnabled, PAGELOAD_SPAN_NAME_FALLBACK, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN } from '@sentry/core';
73
import {
84
getCurrentScope,
95
startBrowserTracingNavigationSpan,

0 commit comments

Comments
 (0)