Skip to content

Commit f3165e3

Browse files
authored
Add error reporting information to README
Added error reporting section detailing error reporting features and server information.
1 parent b84e0fc commit f3165e3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ This mod is made with Melonloader in mind. Not BepInEx.
2121
- Stable: https://github.com/rkxspace/PawMapLoader/releases/latest
2222
- Bleeding Edge: https://github.com/rkxspace/PawMapLoader/releases
2323

24+
# Error Reporting
25+
As a development aid, this mod reports uncaught errors to a server. The server is owned and hosted by rkxspace.
26+
Here's what is sent:
27+
- The error text
28+
- The stack trace
29+
30+
The server does not store additional information, and never will. If you wish to host your own server, simply change the URL within
31+
`Res/ErrorReporter.cs`.
32+
33+
Settings for this will be implemented later into development.
34+
2435
## How to use
2536
The mod will create a `Maps` folder in `Pawperty Damage/UserData`.
2637
It is up to the user to make a `maps.json` inside `Maps`.

0 commit comments

Comments
 (0)