We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6722b1c commit 2ec52ccCopy full SHA for 2ec52cc
reporting-issues.md
@@ -0,0 +1,11 @@
1
+To generate a support bundle for reporting issues with either debugger or the full ODRD/LMFS solution run the following commands:
2
+
3
+```
4
+# Generate data files for reporting issues
5
+dune-buggy.js historical --apikey nokey --vehicle=my-vehicle-id
6
+# build sharable, static artifact. Any webserver should be able to host this.
7
+npm run build
8
+tar -czf support-dump.tgz build
9
10
11
+The generated support-dump.tgz file can be included in bug reports & communication with support.
0 commit comments