Skip to content

Commit

Permalink
renamed sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jun 19, 2023
1 parent 7413f3e commit e487c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion GaelO2/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLY_TO_DEFAULT="[email protected]"

SENTRY_LARAVEL_DSN=null
SENTRY_DSN=null
SENTRY_ENVIRONMENT=null
SENTRY_TRACES_SAMPLE_RATE=0.0

AWS_ACCESS_KEY_ID=
Expand Down
2 changes: 1 addition & 1 deletion GaelO2/config/sentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [

'dsn' => env('SENTRY_LARAVEL_DSN', env('SENTRY_DSN')),
'dsn' => env('SENTRY_DSN'),

// capture release as git sha
// 'release' => trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')),
Expand Down

0 comments on commit e487c79

Please sign in to comment.