ICollectBreadcrumbs
            
            extends
                            IReporter                    
                
            in
            
        
    
        
        
    Tags
Table of Contents
Methods
- collect() : mixed
 - Collect breadcrumbs for crash reports
 - report() : mixed
 - Report an (unhandled) exception
 
Methods
collect()
Collect breadcrumbs for crash reports
    public
                    collect(string $message, string $category[, array<string|int, mixed> $context = [] ]) : mixed
    Parameters
- $message : string
 - $category : string
 - $context : array<string|int, mixed> = []
 
Tags
report()
Report an (unhandled) exception
    public
                    report(Exception|Throwable $exception[, array<string|int, mixed> $context = [] ]) : mixed
    Parameters
- $exception : Exception|Throwable
 - $context : array<string|int, mixed> = []