request property

SentryRequest? request
final

contains information on a HTTP request related to the event. In client, this can be an outgoing request, or the request that rendered the current web page. On server, this could be the incoming web request that is being handled

Implementation

final SentryRequest? request;