-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
362 additions
and
3,249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,9 @@ return [ | |
'release' => '[email protected]', | ||
// Options for sentry client | ||
'options' => [], | ||
// Collect additional context from $_GLOBALS, default: ['_SESSION']. To switch off set false. | ||
// Collect additional context from $_GLOBALS, default: ['_SESSION', 'argv']. To switch off set false. | ||
/* @see https://docs.sentry.io/enriching-error-data/context/?platform=php#extra-context | ||
'collectContext' => ['_SERVER', '_COOKIE', '_SESSION'], | ||
'collectContext' => ['_SERVER', '_COOKIE', '_SESSION', 'argv'], | ||
// user attributes to collect, default: ['id', 'username', 'email']. To switch off set false. | ||
/* @see https://docs.sentry.io/enriching-error-data/context/?platform=php#capturing-the-user */ | ||
'collectUserAttributes' => ['userId', 'userName', 'email'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.