You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [provided examples in the `dotnet` SDK repository](https://github.com/getsentry/sentry-dotnet/tree/master/samples) for examples to send your first event to Sentry.
1
+
See the [provided examples in the `dotnet` SDK repository](https://github.com/getsentry/sentry-dotnet/tree/main/samples) for examples to send your first event to Sentry.
Copy file name to clipboardExpand all lines: src/collections/_documentation/platforms/dotnet/aspnetcore.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,6 @@ Opt-in to capture values from [System.Diagnostic.Activity](https://github.com/do
195
195
196
196
### Samples
197
197
198
-
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.AspNetCore.Basic) without MVC.
199
-
* An [example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.AspNetCore.Mvc) using MVC and most of the SDK features.
198
+
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Basic) without MVC.
199
+
* An [example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Mvc) using MVC and most of the SDK features.
200
200
* For [more samples](https://github.com/getsentry/sentry-dotnet-samples) of the .NET SDKs
Copy file name to clipboardExpand all lines: src/collections/_documentation/platforms/dotnet/log4net.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,6 @@ One common case to not add the DSN to the XML configuration file (which would in
57
57
58
58
### Sample
59
59
60
-
For a [sample app.config](https://github.com/getsentry/sentry-dotnet/blob/master/samples/Sentry.Samples.Log4Net/app.config) or a complete working [sample](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.Log4Net) to see it in action.
60
+
For a [sample app.config](https://github.com/getsentry/sentry-dotnet/blob/master/samples/Sentry.Samples.Log4Net/app.config) or a complete working [sample](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.Log4Net) to see it in action.
61
61
62
62

0 commit comments