We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd088dd commit bc821beCopy full SHA for bc821be
redirects.js
@@ -729,6 +729,11 @@ const userDocsRedirects = [
729
source: '/api/releases/post-release-deploys/',
730
destination: '/api/releases/create-a-new-deploy-for-an-organization/',
731
},
732
+ {
733
+ source: '/api/replays/retrieve-a-count-of-replays/',
734
+ destination:
735
+ '/api/replays/retrieve-a-count-of-replays-for-a-given-issue-or-transaction/',
736
+ },
737
{
738
source: '/api/projects/post-project-user-reports/',
739
destination: '/api/projects/submit-user-feedback/',
0 commit comments