Skip to content

Commit a097090

Browse files
committed
fix session replay details 404
1 parent 09f2f7d commit a097090

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)