Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update AWSIntegration.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hamitb committed Jun 2, 2020
1 parent 48df120 commit f65c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/integrations/AWSIntegration.ts
Expand Up @@ -122,7 +122,7 @@ class AWSIntegration implements Integration {
}

static generateDynamoTraceLinks(attributes: any, operationType: string, tableName: string, region: string,
timestamp: number): any[] {
timestamp: number): any[] {
if (attributes) {
const attrHash = md5(AWSIntegration.serializeAttributes(attributes));
return [0, 1, 2].map((i) => `${region}:${tableName}:${timestamp + i}:${operationType}:${attrHash}`);
Expand Down

0 comments on commit f65c834

Please sign in to comment.