We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc331fa commit 12c2e03Copy full SHA for 12c2e03
docs/getting-started.md
@@ -22,7 +22,7 @@ Install the
22
package:
23
24
```sh
25
-dotnet add package OpenTelemetry.Exporter.Console
+dotnet add package OpenTelemetry.Exporter.Console -v 0.4.0-beta.2
26
```
27
28
Update the `Program.cs` file with the following code:
0 commit comments