diff options
Diffstat (limited to 'lib/public/Support/CrashReport/IRegistry.php')
-rw-r--r-- | lib/public/Support/CrashReport/IRegistry.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/public/Support/CrashReport/IRegistry.php b/lib/public/Support/CrashReport/IRegistry.php index 62432c782ab..2833e66a9b7 100644 --- a/lib/public/Support/CrashReport/IRegistry.php +++ b/lib/public/Support/CrashReport/IRegistry.php @@ -39,6 +39,17 @@ interface IRegistry { public function register(IReporter $reporter); /** + * Delegate breadcrumb collection to all registered reporters + * + * @param string $message + * @param string $category + * @param array $context + * + * @since 15.0.0 + */ + public function delegateBreadcrumb(string $message, string $category, array $context = []); + + /** * Delegate crash reporting to all registered reporters * * @since 13.0.0 |