Skip to content

Commit bd4b257

Browse files
committed
formatting
1 parent cb232a7 commit bd4b257

File tree

1 file changed

+1
-6
lines changed
  • packages/aws-serverless/src

1 file changed

+1
-6
lines changed

packages/aws-serverless/src/sdk.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ import { isString, logger } from '@sentry/utils';
2020
import type { Context, Handler } from 'aws-lambda';
2121
import { performance } from 'perf_hooks';
2222

23-
import {
24-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
25-
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
26-
getActiveSpan,
27-
spanToJSON,
28-
} from '@sentry/core';
23+
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
2924

3025
import { DEBUG_BUILD } from './debug-build';
3126
import { awsIntegration } from './integration/aws';

0 commit comments

Comments
 (0)