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

@@ -194,7 +194,7 @@ pub async fn authifier_config() -> AuthifierConfig {
#[launch]
async fn rocket() -> _ {
// Configure logging and environment
revolt_config::configure!();
revolt_config::configure!(api);
// Start web server
web().await