Skip to content

Commit

Permalink
ref(replays): add redirect for new replay count api doc (#12820)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 authored Feb 24, 2025
1 parent dd088dd commit bc821be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,11 @@ const userDocsRedirects = [
source: '/api/releases/post-release-deploys/',
destination: '/api/releases/create-a-new-deploy-for-an-organization/',
},
{
source: '/api/replays/retrieve-a-count-of-replays/',
destination:
'/api/replays/retrieve-a-count-of-replays-for-a-given-issue-or-transaction/',
},
{
source: '/api/projects/post-project-user-reports/',
destination: '/api/projects/submit-user-feedback/',
Expand Down

0 comments on commit bc821be

Please sign in to comment.