Skip to content

Commit b05313a

Browse files
committed
fix import
1 parent 0ad8c99 commit b05313a

File tree

1 file changed

+1
-1
lines changed
  • packages/sveltekit/src/client

1 file changed

+1
-1
lines changed

packages/sveltekit/src/client/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { handleCallbackErrors, startSpan } from '@sentry/core';
1+
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, handleCallbackErrors, startSpan } from '@sentry/core';
22
import { captureException } from '@sentry/svelte';
33
import { addNonEnumerableProperty, objectify } from '@sentry/utils';
44
import type { LoadEvent } from '@sveltejs/kit';

0 commit comments

Comments
 (0)