Skip to content

Commit

Permalink
Add redacted keys to facade methods
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Feb 8, 2021
1 parent fabb2b2 commit e912c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/Bugsnag.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @method static array getNotifier()
* @method static string getNotifyEndpoint()
* @method static \Bugsnag\Pipeline getPipeline()
* @method static array getRedactedKeys()
* @method static string getSessionEndpoint()
* @method static \Bugsnag\SessionTracker getSessionTracker()
* @method static string getStrippedFilePath(string $file)
Expand Down Expand Up @@ -50,6 +51,7 @@
* @method static \Bugsnag\Client setProjectRoot(string|null $projectRoot)
* @method static \Bugsnag\Client setProjectRootRegex(string|null $projectRootRegex)
* @method static \Bugsnag\Client setReleaseStage(string|null $releaseStage)
* @method static \Bugsnag\Client setRedactedKeys(array $redactedKeys)
* @method static \Bugsnag\Client setSendCode(bool $sendCode)
* @method static \Bugsnag\Client setSessionEndpoint(string $endpoint)
* @method static \Bugsnag\Client setStripPath(string|null $stripPath)
Expand Down

0 comments on commit e912c6a

Please sign in to comment.