trait FetchesStackTrace

Methods

array|null
getCallerFromStackTrace(array $forgetLines = [])

Find the first frame in the stack trace outside of Telescope/Hypervel.

array
ignoredPaths()

Get the file paths that should not be used by backtraces.

bool
shouldIgnoredVendorPath()

Indicates if to ignore ignore Telescope / Hypervel packages.

Details

at line 15
protected array|null getCallerFromStackTrace(array $forgetLines = [])

Find the first frame in the stack trace outside of Telescope/Hypervel.

Parameters

array $forgetLines

Return Value

array|null

at line 32
protected array ignoredPaths()

Get the file paths that should not be used by backtraces.

Return Value

array

at line 49
protected bool shouldIgnoredVendorPath()

Indicates if to ignore ignore Telescope / Hypervel packages.

Return Value

bool