Skip to content

Commit

Permalink
Don't send timeline events to analytics
Browse files Browse the repository at this point in the history
These are effectively audit logs and therefore we don't need to send
them to BigQuery as we already have a record of when data changed in the
analytics itself.
  • Loading branch information
thomasleese committed Jun 3, 2024
1 parent 99f25e2 commit b878946
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 33 deletions.
28 changes: 0 additions & 28 deletions config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,34 +358,6 @@
- trn
- updated_at
- uuid
:timeline_events:
- age_range_max
- age_range_min
- age_range_note
- application_form_id
- assessment_id
- assessment_section_id
- assignee_id
- column_name
- created_at
- creator_id
- creator_name
- creator_type
- event_type
- id
- mailer_action_name
- mailer_class_name
- message_subject
- new_value
- note_id
- old_value
- qualification_id
- requestable_id
- requestable_type
- subjects
- subjects_note
- updated_at
- work_history_id
:uploads:
- created_at
- document_id
Expand Down
27 changes: 27 additions & 0 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,31 @@
:teachers:
- access_your_teaching_qualifications_url
:timeline_events:
- age_range_max
- age_range_min
- age_range_note
- application_form_id
- assessment_id
- assessment_section_id
- assignee_id
- column_name
- created_at
- creator_id
- creator_name
- creator_type
- event_type
- id
- mailer_action_name
- mailer_class_name
- message_subject
- new_value
- note_id
- note_text
- old_value
- qualification_id
- requestable_id
- requestable_type
- subjects
- subjects_note
- updated_at
- work_history_id
5 changes: 0 additions & 5 deletions config/analytics_pii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
- email
- last_sign_in_ip
- unconfirmed_email
:timeline_events:
- age_range_note
- new_value
- old_value
- subjects_note
:work_histories:
- canonical_contact_email
- city
Expand Down

0 comments on commit b878946

Please sign in to comment.