Skip to content

Commit

Permalink
Don't enable telemetry by default due to GDPR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesking56 authored Nov 14, 2024
1 parent 7addd31 commit eb63e8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/simple-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,16 @@
],
],

/*
|--------------------------------------------------------------------------
| Telemetry
|--------------------------------------------------------------------------
|
| We collect information about your system and amount of orders this addon has processed.
| By default, this is opted-out but if you wish to help us improve the addon then feel free
| to change this to true.
|
*/

'enable_telemetry' => false,
];

0 comments on commit eb63e8c

Please sign in to comment.