Skip to content

Commit 7cff94c

Browse files
committed
chore: fix a copy/paste error
1 parent 21a4b86 commit 7cff94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/lib/config/instrumentations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { UserInputError } = require('@dotcom-reliability-kit/errors');
88
const IGNORED_REQUEST_PATHS = ['/__gtg', '/__health', '/favicon.ico'];
99

1010
/**
11-
* Create a Resource object using gathered app info.
11+
* Create an instrumentations array for configuring OpenTelemetry.
1212
*
1313
* @returns {import('@opentelemetry/sdk-node').NodeSDKConfiguration['instrumentations']}
1414
*/

0 commit comments

Comments
 (0)