Skip to content

Fix: [AEA-6163] - Split log into multiple events#1794

Merged
connoravo-nhs merged 5 commits intomainfrom
fix/AEA-6163_split_log_into_multiple_events
Feb 20, 2026
Merged

Fix: [AEA-6163] - Split log into multiple events#1794
connoravo-nhs merged 5 commits intomainfrom
fix/AEA-6163_split_log_into_multiple_events

Conversation

@Orkastrated
Copy link
Copy Markdown
Contributor

@Orkastrated Orkastrated commented Feb 17, 2026

Summary

  • Routine Change

Details

RUM has a 6kb size limit to event payloads, which when hint causes the log to be silently discarded by RUM. On users with a large number of roles, roles with a large number of activity codes, or some combination of the two we easily exceed this limit. This ticket splits the new log/event into multiple smaller logs/events, including chunking the various lists of roles into smaller groups.

@github-actions
Copy link
Copy Markdown
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-6163

@connoravo-nhs connoravo-nhs enabled auto-merge (squash) February 20, 2026 12:29
@sonarqubecloud
Copy link
Copy Markdown

@connoravo-nhs connoravo-nhs merged commit 832a81c into main Feb 20, 2026
20 checks passed
connoravo-nhs added a commit that referenced this pull request Feb 20, 2026
## Summary
- Routine Change

### Details
RUM has a 6kb size limit to event payloads, which when hint causes the
log to be silently discarded by RUM. On users with a large number of
roles, roles with a large number of activity codes, or some combination
of the two we easily exceed this limit. This ticket splits the new
log/event into multiple smaller logs/events, including chunking the
various lists of roles into smaller groups.

---------

Co-authored-by: Connor Avery <connor.avery2@nhs.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants