Skip to content

Commit

Permalink
Send selected failure reasons to analytics
Browse files Browse the repository at this point in the history
We want to do analysis on these values from the database so we should
send them to BigQuery.
  • Loading branch information
thomasleese committed Jul 29, 2024
1 parent 2a3e014 commit 5e3aabf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
- updated_at
:selected_failure_reasons:
- assessment_section_id
- assessor_feedback
- created_at
- id
- key
Expand Down
2 changes: 0 additions & 2 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
- sanction_information
- status_information
- teaching_qualification_information
:selected_failure_reasons:
- assessor_feedback
:sessions:
- created_at
- data
Expand Down
2 changes: 2 additions & 0 deletions config/analytics_hidden_pii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- contact_name
:mail_delivery_failures:
- email_address
:selected_failure_reasons:
- assessor_feedback
:staff:
- current_sign_in_ip
- email
Expand Down

0 comments on commit 5e3aabf

Please sign in to comment.