We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475bf92 commit 938471fCopy full SHA for 938471f
packages/nuxt/src/server/sdk.ts
@@ -1,3 +1,4 @@
1
+import * as path from 'node:path';
2
import { applySdkMetadata, flush, getGlobalScope } from '@sentry/core';
3
import { logger, vercelWaitUntil } from '@sentry/core';
4
import {
@@ -9,7 +10,6 @@ import {
9
10
import type { Client, EventProcessor, Integration } from '@sentry/types';
11
import { DEBUG_BUILD } from '../common/debug-build';
12
import type { SentryNuxtServerOptions } from '../common/types';
-import * as path from 'node:path';
13
14
/**
15
* Initializes the server-side of the Nuxt SDK
0 commit comments