| @@ -10,8 +10,11 @@ | ||
| 10 | 10 | |
| 11 | 11 | namespace Parsely\Telemetry; |
| 12 | 12 | |
| 13 | 13 | use WP_Error; |
| 14 | +use function Parsely\Utils\get_asset_info; | |
| 15 | +use const Parsely\PARSELY_FILE; | |
| 16 | +use const Parsely\PARSELY_VERSION; | |
| 14 | 17 | |
| 15 | 18 | /** |
| 16 | 19 | * This class comprises the mechanics of sending events to the Automattic Tracks |
| 17 | 20 | * system. |