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 a1f929c commit 76ba84aCopy full SHA for 76ba84a
src/platform-includes/enriching-events/scopes/scope-callback-param/dotnet.mdx
@@ -2,7 +2,7 @@
2
using Sentry;
3
4
// will be tagged with my-tag="my value"
5
-SentrySdk.CaptureException(new Exception("my error"), configureScope =>
+SentrySdk.CaptureException(new Exception("my error"), scope =>
6
{
7
scope.SetTag("my-tag", "my value");
8
scope.Level = SentryLevel.Warning;
0 commit comments