1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 10:48:30 +00:00

split sentry init; add user-agent, trace hooks.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-24 22:10:34 +00:00
parent c05f00661b
commit 703c275266
3 changed files with 50 additions and 31 deletions

View file

@ -1,6 +1,7 @@
pub(crate) mod clap;
mod mods;
mod restart;
mod sentry;
mod server;
mod signal;