Skip to content

Commit 4e2bcca

Browse files
Update packages/server-utils/src/orchestrion/config/aws-sdk.ts
Co-authored-by: Jan Peer Stöcklmair <jan.peer@sentry.io>
1 parent 6a7d2f7 commit 4e2bcca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/server-utils/src/orchestrion/config

packages/server-utils/src/orchestrion/config/aws-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import type { InstrumentationConfig } from '@apm-js-collab/code-transformer';
1212
export const awsSdkConfig = [
1313
{
1414
channelName: 'send',
15-
module: { name: '@smithy/core', versionRange: '>=3.24.0', filePath: 'dist-cjs/submodules/client/index.js' },
15+
module: { name: '@smithy/core', versionRange: '>=3.24.0 <4', filePath: 'dist-cjs/submodules/client/index.js' },
1616
functionQuery: { className: 'Client', methodName: 'send', kind: 'Async' },
1717
},
1818
{

0 commit comments

Comments
 (0)