Skip to content

Commit d49cf43

Browse files
authored
Update aws-sdk.ts
1 parent d4b3dd5 commit d49cf43

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type V3PluginCommand = AwsV3Command<any, any, any, any, any> & {
6767

6868
export class AwsInstrumentation extends InstrumentationBase<AwsSdkInstrumentationConfig> {
6969
static readonly component = 'aws-sdk';
70-
// initialized in callbacks from super constructor for ordering reasons.
70+
// need declare since initialized in callbacks from super constructor
7171
private declare servicesExtensions: ServicesExtensions;
7272

7373
constructor(config: AwsSdkInstrumentationConfig = {}) {

0 commit comments

Comments
 (0)