Skip to content

Commit 2bcf807

Browse files
committed
remove node-experimental
1 parent dd8a6d8 commit 2bcf807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/src/awsservices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, defineIntegration } from '@sentry/core';
2-
import { getClient, startInactiveSpan } from '@sentry/node-experimental';
2+
import { getClient, startInactiveSpan } from '@sentry/node';
33
import type { Client, IntegrationFn, Span } from '@sentry/types';
44
import { fill } from '@sentry/utils';
55
// 'aws-sdk/global' import is expected to be type-only so it's erased in the final .js file.

0 commit comments

Comments
 (0)