debug(isDebug: boolean)
To debug data reporting, you can enable debug mode by calling window.ASPixel.debug() in the browser's console. When debug mode is active, events will not be sent to AfterShip; instead, the event data will be displayed in the console.
Interface
| Field | Type | Required? | Description |
|---|---|---|---|
| isDebug | Boolean | ✔ | true to enable debug mode.false to disable debug mode. |
preparing...