Skip to content

Commit 1bb642b

Browse files
authored
fix session replay details 404 (#12015)
1 parent a1b963b commit 1bb642b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const userDocsRedirects = [
218218
source: '/organization/integrations/launchdarkly/',
219219
destination: '/organization/integrations/feature-flag/launchdarkly/',
220220
},
221+
{
222+
source: '/product/explore/session-replay/replay-details/',
223+
destination: '/product/explore/session-replay/web/replay-details/',
224+
},
221225
{
222226
source: '/platforms/javascript/guides/nextjs/sourcemaps/uploading/',
223227
destination: '/platforms/javascript/guides/nextjs/sourcemaps/',

0 commit comments

Comments
 (0)