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 cb232a7 commit bd4b257Copy full SHA for bd4b257
packages/aws-serverless/src/sdk.ts
@@ -20,12 +20,7 @@ import { isString, logger } from '@sentry/utils';
20
import type { Context, Handler } from 'aws-lambda';
21
import { performance } from 'perf_hooks';
22
23
-import {
24
- SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
25
- SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
26
- getActiveSpan,
27
- spanToJSON,
28
-} from '@sentry/core';
+import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
29
30
import { DEBUG_BUILD } from './debug-build';
31
import { awsIntegration } from './integration/aws';
0 commit comments