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 dd8a6d8 commit 2bcf807Copy full SHA for 2bcf807
packages/aws-serverless/src/awsservices.ts
@@ -1,5 +1,5 @@
1
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, defineIntegration } from '@sentry/core';
2
-import { getClient, startInactiveSpan } from '@sentry/node-experimental';
+import { getClient, startInactiveSpan } from '@sentry/node';
3
import type { Client, IntegrationFn, Span } from '@sentry/types';
4
import { fill } from '@sentry/utils';
5
// 'aws-sdk/global' import is expected to be type-only so it's erased in the final .js file.
0 commit comments