chore: split sentry dsn into separate options per-app

This commit is contained in:
Paul Makles
2024-04-08 23:25:53 +01:00
parent 4be3bdc4c3
commit 7703475868
4 changed files with 22 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ mod websocket;
#[async_std::main]
async fn main() {
// Configure requirements for Bonfire.
revolt_config::configure!();
revolt_config::configure!(events);
database::connect().await;
// Clean up the current region information.