File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
packages/instrumentation-aws-sdk/src Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,12 @@ export interface AwsSdkInstrumentationConfig extends InstrumentationConfig {
7777 /** hook for adding custom attributes when response is received from aws */
7878 responseHook ?: AwsSdkResponseCustomAttributeFunction ;
7979
80- < < << << < HEAD
81- = === ===
8280 /**
8381 * Hook for adding custom attributes when exception is received from aws.
8482 * This hook is only available with aws sdk v3
8583 */
8684 exceptionHook ?: AwsSdkExceptionCustomAttributeFunction ;
8785
88- /** hook for adding custom attribute when an sqs process span is started */
89- sqsProcessHook ?: AwsSdkSqsProcessCustomAttributeFunction ;
90-
91- >>> >>> > main
9286 /** custom serializer function for the db.statement attribute in DynamoDB spans */
9387 dynamoDBStatementSerializer ?: AwsSdkDynamoDBStatementSerializer ;
9488
You can’t perform that action at this time.
0 commit comments