Skip to content

Commit 2ec52cc

Browse files
doc: add new page on reporting issues 9c63743
1 parent 6722b1c commit 2ec52cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reporting-issues.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)