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 44c78df commit 105bec9Copy full SHA for 105bec9
Countly.js
@@ -141,7 +141,7 @@ Countly.hasBeenCalledOnStart = function () {
141
*/
142
Countly.sendEvent = function (options) {
143
if (!_state.isInitialized) {
144
- const msg = "'init' must be called before 'recordView'";
+ const msg = "'init' must be called before 'sendEvent'";
145
L.w(`sendEvent, ${msg}`);
146
return msg;
147
}
0 commit comments