refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
37
config/sentry-release.php
Normal file
37
config/sentry-release.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Auth token for api calls
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| See https://sentry.io/settings/account/api/auth-tokens/
|
||||
|
|
||||
*/
|
||||
'auth_token' => 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'),
|
||||
];
|
||||
Reference in New Issue
Block a user