Include the hostname of where EC is running in rageshakes (#2616)
This commit is contained in:
@@ -181,6 +181,7 @@ export function useSubmitRageshake(): {
|
|||||||
body.append("installed_pwa", "false");
|
body.append("installed_pwa", "false");
|
||||||
body.append("touch_input", touchInput);
|
body.append("touch_input", touchInput);
|
||||||
body.append("call_backend", "livekit");
|
body.append("call_backend", "livekit");
|
||||||
|
body.append("hostname", window.location.hostname);
|
||||||
|
|
||||||
if (client) {
|
if (client) {
|
||||||
const userId = client.getUserId()!;
|
const userId = client.getUserId()!;
|
||||||
|
|||||||
Reference in New Issue
Block a user