Skip to content

Commit bd913a5

Browse files
committed
fix: compatibility test
1 parent f882080 commit bd913a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/apps/vanilla/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if (typeof window !== 'undefined') {
1818
}
1919
} else {
2020
// compat test
21+
2122
datadogLogs.init({ clientToken: 'xxx', beforeSend: undefined })
2223
datadogRum.init({ clientToken: 'xxx', applicationId: 'xxx', beforeSend: undefined })
2324
datadogRum.setUser({ id: undefined })

0 commit comments

Comments
 (0)