Skip to content

Commit d18c87e

Browse files
committed
fix missed conflict in earlier merge
1 parent 5d50710 commit d18c87e

File tree

1 file changed

+0
-6
lines changed
  • packages/instrumentation-aws-sdk/src

1 file changed

+0
-6
lines changed

packages/instrumentation-aws-sdk/src/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)