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 edc45dc commit 9a26fbaCopy full SHA for 9a26fba
README.md
@@ -127,7 +127,7 @@ const config = new DdSdkReactNativeConfiguration(
127
)
128
DdSdkReactNative.initialize(config);
129
130
-// Send logs (use the debug, info, warn of error methods)
+// Send logs (use the debug, info, warn or error methods)
131
DdLogs.debug("Lorem ipsum dolor sit amet…", 0, {});
132
DdLogs.info("Lorem ipsum dolor sit amet…", 0, {});
133
DdLogs.warn("Lorem ipsum dolor sit amet…", 0, {});
0 commit comments