Skip to content

Commit bffc8a9

Browse files
committed
Refactor telemetry configuration to use boolean flag for debug mode in index.js
1 parent 8e8a543 commit bffc8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/web-js/src/scripts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function loadPage() {
1515
projectId: projectId,
1616
frontendApiUrlSuffix: CORBADO_FRONTEND_API_URL_SUFFIX,
1717
darkMode: 'auto',
18-
telemetry: { mode: 'debug' },
18+
telemetry: { debug: true },
1919
});
2020
}
2121

0 commit comments

Comments
 (0)