Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jan 29, 2024
1 parent 2689a7f commit 545e2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/error_reporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Enable error reporting
'enable' => (bool) env('STACKDRIVER_ENABLED', false),
'logName' => env('STACKDRIVER_LOGGING_GROUP_NAME', env('APP_NAME')),
'serviceId' => env('STACKDRIVER_LOGGING_GROUP_NAME', env('APP_NAME')),
'versionId' => null,
'serviceId' => env('STACKDRIVER_ERROR_REPORTING_SERVICE_ID', env('APP_NAME')),
'versionId' => env('STACKDRIVER_ERROR_REPORTING_VERSION_ID', '1.0.0'),
'LoggingClient' => [
// The project ID from the Google Developer's Console.
'projectId' => env('STACKDRIVER_PROJECT_ID', env('GOOGLE_CLOUD_PROJECT')),
Expand Down

0 comments on commit 545e2ba

Please sign in to comment.