We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b9360 commit 709ef3fCopy full SHA for 709ef3f
examples/Tracing/src/HelloWorld/Function.cs
@@ -91,14 +91,6 @@ public async Task<APIGatewayProxyResponse> FunctionHandler(APIGatewayProxyReques
91
gatewaySegment.AddAnnotation("AccountId", apigwProxyEvent.RequestContext.AccountId);
92
gatewaySegment.AddMetadata("LookupRecord", lookupRecord);
93
94
- Tracing.WithSubsegment("LoggingResponse",
95
- subsegment =>
96
- {
97
- subsegment.AddAnnotation("AccountId", apigwProxyEvent.RequestContext.AccountId);
98
- subsegment.AddMetadata("LookupRecord", lookupRecord);
99
- });
100
-
101
102
try
103
{
104
await SaveRecordInDynamo(lookupRecord);
0 commit comments