From 68077de7e0ecccc9f433c32d785e6ea4680cb578 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Fri, 3 Mar 2023 14:54:11 -0800 Subject: [PATCH] added changelog --- .../xray-exporter-dynamodb-translation-fix.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .chloggen/xray-exporter-dynamodb-translation-fix.yaml diff --git a/.chloggen/xray-exporter-dynamodb-translation-fix.yaml b/.chloggen/xray-exporter-dynamodb-translation-fix.yaml new file mode 100644 index 000000000000..4c9631b73431 --- /dev/null +++ b/.chloggen/xray-exporter-dynamodb-translation-fix.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: 'bug_fix' + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: 'awsxrayexporter' + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: "Fixed DynamoDB table name from being set as an empty string when reading from attributes" + +# One or more tracking issues related to the change +issues: [19204] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: