You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(utils): Simplify collection of xhr request payload (getsentry#4402)
This simplifies the implementation of XHR request body harvesting for breadcrumbs, introduced in getsentry#2904. Instead of caching the data and grabbing it at a later point, this grabs it as soon as it's available, in the xhr `send` method.
0 commit comments