Set logVerbosity
to true on initialization.
// PubNub = require('pubnub'); ES5
import PubNub from 'pubnub'; ES6
var pubnub = new PubNub({
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |
Set logVerbosity
to true on initialization.
var pubnub = new PubNub({
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |
Beta Version Available! | A beta release of the PubNub React framework, version 2.0 is now available. You can access it in the v2.0 branch of the react repository. |
Set logVerbosity
to true on initialization.
var pubnub = new PubNub({
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |
Set logVerbosity
to true on initialization.
var pubnub = new PubNub({
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |
Set logVerbosity
to true on initialization.
Vue.use(PubNubVue, {
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |
Set logVerbosity
to true on initialization.
var pubnub = new PubNub({
subscribeKey: "mySubscribeKey",
publishKey: "myPublishKey",
logVerbosity: true,
uuid: "myUniqueUUID",
});
| Copy the logs from the console output of the browser as text and submit to support@pubnub.com. |