Skip to content

Commit 938471f

Browse files
committed
formatting
1 parent 475bf92 commit 938471f

File tree

1 file changed

+1
-1
lines changed
  • packages/nuxt/src/server

1 file changed

+1
-1
lines changed

packages/nuxt/src/server/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as path from 'node:path';
12
import { applySdkMetadata, flush, getGlobalScope } from '@sentry/core';
23
import { logger, vercelWaitUntil } from '@sentry/core';
34
import {
@@ -9,7 +10,6 @@ import {
910
import type { Client, EventProcessor, Integration } from '@sentry/types';
1011
import { DEBUG_BUILD } from '../common/debug-build';
1112
import type { SentryNuxtServerOptions } from '../common/types';
12-
import * as path from 'node:path';
1313

1414
/**
1515
* Initializes the server-side of the Nuxt SDK

0 commit comments

Comments
 (0)