Skip to content

fix(integrations): Fetch paginated user mappings - #121225

Merged
lcian merged 2 commits into
masterfrom
fix/user-mappings-pagination
Aug 5, 2026
Merged

fix(integrations): Fetch paginated user mappings#121225
lcian merged 2 commits into
masterfrom
fix/user-mappings-pagination

Conversation

@lcian

@lcian lcian commented Aug 4, 2026

Copy link
Copy Markdown
Member

User-mapping pagination previously updated the URL cursor but did not include that cursor in the members request, making it impossible to paginate through all user mappings.
This PR fixes that by forwarding the current location query when loading the mappings.

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 4, 2026
@lcian
lcian marked this pull request as ready for review August 5, 2026 07:45
@lcian
lcian requested a review from a team as a code owner August 5, 2026 07:45
Avoid spreading the full location.query into the members API request.

Co-Authored-By: Lorenzo Cian <lorenzo.cian@sentry.io>
@sentry-junior

This comment has been minimized.

@lcian
lcian merged commit e4d1e3e into master Aug 5, 2026
73 checks passed
@lcian
lcian deleted the fix/user-mappings-pagination branch August 5, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants