-
-
Couldn't load subscription status.
- Fork 4.5k
feat(auditlog): Remove version from query payload #37303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| })); | ||
| browserHistory.push({ | ||
| pathname: location.pathname, | ||
| search: `?event=${value}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you also need to initialize the state based on the location state. Without that you could load the incorrect results after a page reload.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you still need this parameter? It looks like it is unused.
8cf741a to
413fd66
Compare
413fd66 to
bb87a45
Compare
Requires sentry#37301
Removes the
version:2query from the request payload. The versioning was a temporary update to allow the audit log endpoint to add the audit log api names list to be included in the api response.Also adds
browserHistorywhen filtering by an audit log event type to aid in sharing URL links to a filtered view of the audit log event entries.