Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/platforms/dotnet/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: Set Up .NET Profiling
sidebar_title: Profiling
description: "Learn how to enable profiling in your app if it is not already set up."
sidebar_order: 5000
notSupported:
- dotnet.uwp
- dotnet.aws-lambda
- dotnet.azure-functions-worker
- dotnet.blazor-webassembly
- dotnet.aspnet
- dotnet.entityframework
- dotnet.google-cloud-functions
---

<PlatformContent includePath="profiling/index/preface" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
title: Troubleshooting
description: "Learn how to troubleshoot your profiling setup."
sidebar_order: 9000
notSupported:
- dotnet.uwp
- dotnet.aws-lambda
- dotnet.azure-functions-worker
- dotnet.blazor-webassembly
- dotnet.aspnet
- dotnet.entityframework
- dotnet.google-cloud-functions
---

### Profiles are not showing up
Expand Down
29 changes: 29 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,35 @@ const userDocsRedirects = [
source: '/product/ai-in-sentry/seer/seer-privacy-and-security',
destination: '/product/ai-in-sentry/ai-privacy-and-security/',
},
// .NET profiling guide redirects - consolidate to main profiling page
{
source: '/platforms/dotnet/guides/uwp/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/aws-lambda/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/azure-functions-worker/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/blazor-webassembly/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/aspnet/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/entityframework/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
{
source: '/platforms/dotnet/guides/google-cloud-functions/profiling/:path*',
destination: '/platforms/dotnet/profiling/',
},
];

/**
Expand Down
Loading