We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e8a1d commit 130b94bCopy full SHA for 130b94b
docs/platforms/dotnet/common/migration/index.mdx
@@ -137,7 +137,7 @@ This SDK version is compatible with a self-hosted version of Sentry `22.12.0` or
137
- `SentrySdk.CaptureMessage(string message, Action<Scope> scopeCallback)`
138
- `SentrySdk.CaptureException(Exception exception, Action<Scope> scopeCallback)`
139
140
- ```c#
+ ```csharp
141
// Before
142
SentrySdk.WithScope(scope =>
143
{
0 commit comments