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 a mechanism to record a specific UI workflow. The concept being the end user only wants to see API calls related to a specific task, so we should only show those.
The text was updated successfully, but these errors were encountered:
# New Features
- Add recording (start, stop, reset) functionality ([Issue 12](#12))
- Add a button to pause the automatic scroll to bottom functionality ([Issue 7](#7))
- Filter background Polaris API calls ([Issue 16](#16))
# Enhancements
- When an API call does not contain a `Request Body` or `Request Variables` a informational message will be shown instead of `null` or `{}` message. ([Issue 4](#4))
Describe the solution you'd like
Add a mechanism to record a specific UI workflow. The concept being the end user only wants to see API calls related to a specific task, so we should only show those.
The text was updated successfully, but these errors were encountered: