Skip to content

Commit 42628e1

Browse files
committed
Merge branch 'bedrock-metrics' of https://github.com/anuraaga/opentelemetry-js-contrib into bedrock-metrics
2 parents cff3a1c + d49cf43 commit 42628e1

File tree

1 file changed

+2
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-aws-sdk/src

1 file changed

+2
-1
lines changed

plugins/node/opentelemetry-instrumentation-aws-sdk/src/aws-sdk.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ type V3PluginCommand = AwsV3Command<any, any, any, any, any> & {
6868
export class AwsInstrumentation extends InstrumentationBase<AwsSdkInstrumentationConfig> {
6969
static readonly component = 'aws-sdk';
7070

71-
private servicesExtensions: ServicesExtensions;
71+
// need declare since initialized in callbacks from super constructor
72+
private declare servicesExtensions: ServicesExtensions;
7273

7374
constructor(config: AwsSdkInstrumentationConfig = {}) {
7475
super(PACKAGE_NAME, PACKAGE_VERSION, config);

0 commit comments

Comments
 (0)