class HypervelRequestFetcher implements RequestFetcherInterface

Methods

ServerRequestInterface|null
fetchRequest()

Fetch the current request as a PSR-7 server request for Sentry.

array
filterCookies(array $cookies)

Filter sensitive cookies before sending to Sentry.

static void
flushState()

Flush all static state.

Details

at line 26
ServerRequestInterface|null fetchRequest()

Fetch the current request as a PSR-7 server request for Sentry.

Return Value

ServerRequestInterface|null

at line 44
protected array filterCookies(array $cookies)

Filter sensitive cookies before sending to Sentry.

Parameters

array $cookies

Return Value

array

at line 72
static void flushState()

Flush all static state.

Return Value

void