We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f882080 commit bd913a5Copy full SHA for bd913a5
test/apps/vanilla/app.ts
@@ -18,6 +18,7 @@ if (typeof window !== 'undefined') {
18
}
19
} else {
20
// compat test
21
+
22
datadogLogs.init({ clientToken: 'xxx', beforeSend: undefined })
23
datadogRum.init({ clientToken: 'xxx', applicationId: 'xxx', beforeSend: undefined })
24
datadogRum.setUser({ id: undefined })
0 commit comments