# piinguin **Repository Path**: mirrors_getsentry/piinguin ## Basic Information - **Project Name**: piinguin - **Description**: Playground for the new (experimental) PII stripping in Sentry - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # piinguin Playground website for data scrubbers in [Relay](https://github.com/getsentry/relay/). Paste event and PII config, get stripped event out. Runs fully in the browser thanks to the power of compilers. ## Usage [Install rust](https://rustup.rs/) ```bash cargo install cargo-web # this will ask you to install more stuff, do it and rerun the command cargo web start --release ``` It should print out the URL to the local server. ## License MIT, see `LICENSE`