@regulaforensics/vp-frontend-document-components 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/dist/main.js +1 -1
- package/esm/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1192,7 +1192,19 @@ The Document Reader SDK web components are also available on <a href="https://st
|
|
|
1192
1192
|
|
|
1193
1193
|
Logging can be helpful when you run into any issues. They contain information on how you use our products that helps us analyze, troubleshoot, and debug any issues you may experience.
|
|
1194
1194
|
|
|
1195
|
-
|
|
1195
|
+
- Open the Developer menu in your browser.
|
|
1196
|
+
|
|
1197
|
+
- Go to the Console tab.
|
|
1198
|
+
|
|
1199
|
+
- In Console, enter the following line:
|
|
1200
|
+
|
|
1201
|
+
```
|
|
1202
|
+
localStorage.logger = 'main,wasm>console'
|
|
1203
|
+
```
|
|
1204
|
+
|
|
1205
|
+
- Reload the page.
|
|
1206
|
+
|
|
1207
|
+
- Add the `log` setting to the `processParam`:
|
|
1196
1208
|
|
|
1197
1209
|
```json
|
|
1198
1210
|
{
|
|
@@ -1202,16 +1214,4 @@ Logging can be helpful when you run into any issues. They contain information on
|
|
|
1202
1214
|
}
|
|
1203
1215
|
```
|
|
1204
1216
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
3\. Go to the Console tab.
|
|
1208
|
-
|
|
1209
|
-
4\. In Console, enter the following line:
|
|
1210
|
-
|
|
1211
|
-
```
|
|
1212
|
-
localStorage.logger = 'main,wasm>console'
|
|
1213
|
-
```
|
|
1214
|
-
|
|
1215
|
-
5\. Reload the page.
|
|
1216
|
-
|
|
1217
|
-
6\. Start processing. Logs will display in Console.
|
|
1217
|
+
- Start processing. Logs will display in Console.
|