Skip to content

Commit

Permalink
Don't send ActiveStorage to analytics
Browse files Browse the repository at this point in the history
This isn't used anywhere in the analytics and it's a lot of unnecessary
data that we send to BigQuery.
  • Loading branch information
thomasleese committed Nov 9, 2023
1 parent 1410b36 commit 44470b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 0 additions & 21 deletions config/analytics.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 21 additions & 0 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 44470b7

Please sign in to comment.