enum Secrets { static let sentryDSN: String? = "https://username@sentry.localhost/project_id" static let sentryRustDSN: String? = "https://username@sentry.localhost/project_id" static let postHogHost: String? = "https://posthog.localhost" static let postHogAPIKey: String? = "your_key" static let rageshakeURL: String? = "https://rageshake.localhost/submit" static let mapLibreAPIKey: String? = "your_key" }