fix(analytics): add session-replay record endpoint
Some checks failed
Build and Deploy / build (push) Has been cancelled
Some checks failed
Build and Deploy / build (push) Has been cancelled
This commit is contained in:
@@ -24,6 +24,10 @@ const nextConfig: NextConfig = {
|
|||||||
source: "/api/replay.js",
|
source: "/api/replay.js",
|
||||||
destination: `${rybbitHost}/api/replay.js`,
|
destination: `${rybbitHost}/api/replay.js`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/api/session-replay/record/:id",
|
||||||
|
destination: `${rybbitHost}/api/session-replay/record/:id`,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
|
|||||||
Reference in New Issue
Block a user