env('SENTRY_AUTH_TOKEN'), /* |-------------------------------------------------------------------------- | Organisation slug |-------------------------------------------------------------------------- */ 'organisation' => env('SENTRY_ORG'), /* |-------------------------------------------------------------------------- | Project |-------------------------------------------------------------------------- */ 'project' => env('SENTRY_PROJECT'), /* |-------------------------------------------------------------------------- | Git repository set in sentry |-------------------------------------------------------------------------- | | See https://sentry.io/settings/{slug}/repos/ | */ 'repo' => env('SENTRY_REPO', 'monicahq/monica'), ];