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
Add cookies, body and httpVersion to the automatically captured request data for Rack apps
| #700
Add Configuration#endpoints for reading the notify and sessions endpoints and Configuration#endpoints= for setting them
| #701
Add Configuration#redacted_keys. This is like meta_data_filters but matches strings with case-insensitive equality, rather than matching based on inclusion
| #703
Allow pausing and resuming sessions, giving more control over the stability score
| #704
Add Configuration#vendor_paths to replace Configuration#vendor_path
| #705
Deprecated
In the next major release, params will only contain query string parameters. Currently it also contains the request body for form data requests, but this is deprecated in favour of the new body property
The Configuration#set_endpoints method is now deprecated in favour of Configuration#endpoints=
The Configuration#meta_data_filters option is now deprecated in favour of Configuration#redacted_keys
The Configuration#vendor_path option is now deprecated in favour of Configuration#vendor_paths