You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however you probably want to use it in combination with CodeTracer, which would be released soon.
30
30
31
-
### Development
32
-
33
-
This repository provides a Nix flake for the development shell. With direnv installed, the shell is loaded automatically when you enter the directory. Run `direnv allow` once to enable it.
34
-
35
-
The same environment is configured for GitHub Codespaces via devcontainer configuration.
36
-
37
31
### env variables
38
32
39
33
* if you pass `CODETRACER_RUBY_TRACER_DEBUG=1`, you enables some additional debug-related logging
@@ -82,6 +76,8 @@ We'd be very happy if the community finds this useful, and if anyone wants to:
82
76
* Provide feedback and discuss alternative implementation ideas: in the issue tracker, or in our [discord](https://discord.gg/qSDCAFMP).
83
77
* Provide [sponsorship](https://opencollective.com/codetracer), so we can hire dedicated full-time maintainers for this project.
84
78
79
+
For maintainer instructions, see [MAINTANERS.md](MAINTANERS.md).
0 commit comments