Socket
Socket
Sign inDemoInstall

clevertap-web-sdk

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clevertap-web-sdk - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

2

package.json
{
"name": "clevertap-web-sdk",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "clevertap.js",

@@ -118,2 +118,20 @@ # CleverTap Web SDK

### Debugging
This section is applicable for all browsers such as, Chrome, Firefox, and Safari. Error messages and warnings are logged to the JS console of the browser.
For verbose logging, enable verbose logging of all communication with the CleverTap servers by setting the ```WZRK_D``` variable in sessionStorage. In the developer console of your browser type, ```sessionStorage['WZRK_D'] = '';```
Alternatively, you can also set the log levels after calling ```clevertap.init()``` in the following way:
```javascript
clevertap.setLogLevel(LOG_LEVEL)
// Here Log Levels is an integer that can be any of the folowing:
// 0: disable all logs
// 1: display only errors
// 2: display errors and info
// 3: display all logs
```
## 𝌡 Example Usage

@@ -120,0 +138,0 @@ * A [react application](https://github.com/CleverTap/clevertap-web-sdk/tree/master/example-apps/react) showing the integration of our SDK in a create react app project.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc