Skip to content

Commit 9ed400c

Browse files
Removed UWP (deprecated) (#15379)
## DESCRIBE YOUR PR Resolves getsentry/sentry-dotnet#4497 ## IS YOUR CHANGE URGENT? - [ ] None: Not urgent, can wait up to 1 week+ ## SLA cc: @Flash0ver ## PRE-MERGE CHECKLIST - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Michi Hoffmann <[email protected]>
1 parent 7b7beed commit 9ed400c

File tree

2 files changed

+5
-116
lines changed

2 files changed

+5
-116
lines changed

docs/platforms/dotnet/guides/uwp/index.mdx

Lines changed: 0 additions & 116 deletions
This file was deleted.

redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,11 @@ const userDocsRedirects = [
12301230
source: '/platforms/dotnet/guides/uwp/profiling/:path*',
12311231
destination: '/platforms/dotnet/profiling/',
12321232
},
1233+
// General .NET redirects for UWP (deprecated)
1234+
{
1235+
source: '/platforms/dotnet/guides/uwp/:path*',
1236+
destination: '/platforms/dotnet/guides/maui/',
1237+
},
12331238
{
12341239
source: '/platforms/dotnet/guides/aws-lambda/profiling/:path*',
12351240
destination: '/platforms/dotnet/profiling/',

0 commit comments

Comments
 (0)