Skip to content

Commit 77ad0fb

Browse files
committed
biome
1 parent b05ae85 commit 77ad0fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nestjs/src/integrations/sentry-nest-core-instrumentation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* limitations under the License.
2020
*/
2121

22+
import type { Controller } from '@nestjs/common/interfaces';
23+
import type { NestFactory } from '@nestjs/core/nest-factory.js';
24+
import type { RouterExecutionContext } from '@nestjs/core/router/router-execution-context.js';
2225
import * as api from '@opentelemetry/api';
2326
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
2427
import {
@@ -27,9 +30,6 @@ import {
2730
InstrumentationNodeModuleFile,
2831
isWrapped,
2932
} from '@opentelemetry/instrumentation';
30-
import type { NestFactory } from '@nestjs/core/nest-factory.js';
31-
import type { RouterExecutionContext } from '@nestjs/core/router/router-execution-context.js';
32-
import type { Controller } from '@nestjs/common/interfaces';
3333
import { ATTR_HTTP_REQUEST_METHOD, ATTR_HTTP_ROUTE, SEMATTRS_HTTP_URL } from '@opentelemetry/semantic-conventions';
3434

3535
import { SDK_VERSION } from '@sentry/core';

0 commit comments

Comments
 (0)