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 3020ee0 commit 2b630f6Copy full SHA for 2b630f6
packages/plugins/rum/src/types.ts
@@ -18,7 +18,7 @@ export type RumOptions = {
18
19
export type RumPublicApi = typeof datadogRum;
20
export type RumInitConfiguration = ExpRumInitConfiguration;
21
-// Base SDK options without discriminated union
+
22
export type SDKOptions = Assign<
23
RumInitConfiguration,
24
{
0 commit comments