Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Apr 1, 2024
1 parent 3c568cf commit 3122c3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/csharp/trace/console/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ public static void Main(string[] args)

// Start a span with a tag
using var activity = Tracer.StartActivity("HelloWorldSpan");

activity?.SetTag("foo", "bar");

}
}
}

0 comments on commit 3122c3b

Please sign in to comment.