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.
2 parents edc45dc + 9a26fba commit d7b0558Copy full SHA for d7b0558
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