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 ef183e7 commit 2258515Copy full SHA for 2258515
libraries/tests/AWS.Lambda.Powertools.Tracing.Tests/TracingAttributeTest.cs
@@ -131,7 +131,7 @@ public void OnEntry_WhenFirstCall_CapturesColdStart()
131
public class TracingAttributeDisableTest
132
{
133
[Fact]
134
- public void Tracing_WhenTracerDisabled_DDisablesTracing()
+ public void Tracing_WhenTracerDisabled_DisablesTracing()
135
136
// Arrange
137
var methodName = Guid.NewGuid().ToString();
version.json
@@ -1,8 +1,8 @@
1
2
"Core": {
3
- "Common": "0.0.1",
4
- "Logging": "0.0.1",
5
- "Metrics": "0.0.1",
6
- "Tracing": "0.0.1"
+ "Common": "0.0.1-preview.1",
+ "Logging": "0.0.1-preview.1",
+ "Metrics": "0.0.1-preview.1",
+ "Tracing": "0.0.1-preview.1"
7
}
8
0 commit comments