Skip to content

Commit 130b94b

Browse files
authored
fix(docs): Syntax highlighting on .NET migration guide (#12320)
1 parent 69e8a1d commit 130b94b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/dotnet/common/migration

1 file changed

+1
-1
lines changed

docs/platforms/dotnet/common/migration/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This SDK version is compatible with a self-hosted version of Sentry `22.12.0` or
137137
- `SentrySdk.CaptureMessage(string message, Action<Scope> scopeCallback)`
138138
- `SentrySdk.CaptureException(Exception exception, Action<Scope> scopeCallback)`
139139

140-
```c#
140+
```csharp
141141
// Before
142142
SentrySdk.WithScope(scope =>
143143
{

0 commit comments

Comments
 (0)