You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`preRequestHook`|`AwsSdkRequestCustomAttributeFunction`| Hook called before request send, which allow to add custom attributes to span. |
54
54
|`responseHook`|`AwsSdkResponseCustomAttributeFunction`| Hook for adding custom attributes when response is received from aws. |
55
+
|`exceptionHook`|`AwsSdkExceptionCustomAttributeFunction`| Hook for adding custom attributes when exception is received from aws. |
55
56
|`sqsProcessHook`|`AwsSdkSqsProcessCustomAttributeFunction`| Hook called after starting sqs `process` span (for each sqs received message), which allow to add custom attributes to it. |
56
57
|`suppressInternalInstrumentation`|`boolean`| Most aws operation use http requests under the hood. Set this to `true` to hide all underlying http spans. |
57
58
|`sqsExtractContextPropagationFromPayload`|`boolean`| Will parse and extract context propagation headers from SQS Payload, false by default. [When should it be used?](./doc/sns.md#integration-with-sqs)|
0 commit comments