vroomrs is Sentry's profiling library (a Python extension module), processing and deriving data about your profiles. It's written in Rust.
The name was inspired by this video.
In order to develop for vroomrs, you will need:
rustpythonmakepre-commit
In order to install pre-commit, you will need python and run:
pip install --user pre-commitOnce pre-commit is installed, you'll have to set up the actual git hook scripts with:
pre-commit installmake buildAfter a successful build, the module api documentation can be found under docs > build > html > index.html
make test