From 44470b7d9dd55863c78b3fdfeb9a64cf9cb88f9b Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Thu, 9 Nov 2023 16:22:57 +0000 Subject: [PATCH] Don't send ActiveStorage to analytics This isn't used anywhere in the analytics and it's a lot of unnecessary data that we send to BigQuery. --- config/analytics.yml | 21 --------------------- config/analytics_blocklist.yml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config/analytics.yml b/config/analytics.yml index fa2f68fd91..77b4d5fe2e 100644 --- a/config/analytics.yml +++ b/config/analytics.yml @@ -1,26 +1,5 @@ --- :shared: - :active_storage_variant_records: - - id - - blob_id - - variation_digest - :active_storage_blobs: - - id - - key - - filename - - content_type - - metadata - - service_name - - byte_size - - checksum - - created_at - :active_storage_attachments: - - id - - name - - record_type - - record_id - - blob_id - - created_at :application_forms: - action_required_by - age_range_max diff --git a/config/analytics_blocklist.yml b/config/analytics_blocklist.yml index 5cef37f483..8fdf3ac0d4 100644 --- a/config/analytics_blocklist.yml +++ b/config/analytics_blocklist.yml @@ -1,5 +1,26 @@ --- :shared: + :active_storage_variant_records: + - id + - blob_id + - variation_digest + :active_storage_blobs: + - id + - key + - filename + - content_type + - metadata + - service_name + - byte_size + - checksum + - created_at + :active_storage_attachments: + - id + - name + - record_type + - record_id + - blob_id + - created_at :sessions: - id - session_id