browser property
SentryBrowser?
get
browser
Carries information about the browser or user agent for web-related errors.
This can either be the browser this event ocurred in, or the user agent of a web request that triggered the event.
Implementation
SentryBrowser? get browser => this[SentryBrowser.type];
set
browser
(SentryBrowser? browser)
Implementation
set browser(SentryBrowser? browser) => this[SentryBrowser.type] = browser;