Skip to content

Commit

Permalink
Add discard classes to facade methods
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Feb 8, 2021
1 parent 5944585 commit 66aeeea
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 @@ -13,6 +13,7 @@
* @method static string getBuildEndpoint()
* @method static \Bugsnag\Configuration getConfig()
* @method static array getDeviceData()
* @method static array getDiscardClasses()
* @method static array getFilters()
* @method static int|null getMemoryLimitIncrease()
* @method static array getMetaData()
Expand All @@ -36,6 +37,7 @@
* @method static \Bugsnag\Client setAutoCaptureSessions(bool $track)
* @method static \Bugsnag\Client setBatchSending(bool $batchSending)
* @method static \Bugsnag\Client setBuildEndpoint(string $endpoint)
* @method static \Bugsnag\Client setDiscardClasses(array $discardClasses)
* @method static \Bugsnag\Client setErrorReportingLevel(int|null $errorReportingLevel)
* @method static \Bugsnag\Client setFallbackType(string|null $type)
* @method static \Bugsnag\Client setFilters(array $filters)
Expand Down

0 comments on commit 66aeeea

Please sign in to comment.