export type ProjectInfo = { dsn: string; org: string; project: string; selfHosted: boolean; url: string; };