Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jun 12, 2023
1 parent acc7d91 commit efa417f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ProxyFox Debug

A Quilt mod targeting Kotlin and the JVM,
adding features useful for debugging applications in production.

## Features
- Kotlin `Result` is modified to print exceptions across suspend fun calls
- Adds a utility for sanitizing strings of sensitive things (Tokens, IPs, etc)
- Custom entrypoint to register these `proxyfox-debug`
- Replaces STDOUT/STDERR with a proxy that applies string sanitizations

0 comments on commit efa417f

Please sign in to comment.