Skip to content

Commit 5016ba7

Browse files
committed
chore: skip tracking will add home url and plugin info to identify user
1 parent 2a08d00 commit 5016ba7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Telemetry/Report/Report.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ private function trackingSkippedRequest()
238238
}
239239

240240
$data = [
241+
'url' => esc_url(home_url()),
242+
'plugin_slug' => TelemetryConfig::getPrefix(),
243+
'plugin_version' => TelemetryConfig::getversion(),
241244
'skipped' => true,
242245
'previously_skipped' => $previouslySkipped,
243246
];

0 commit comments

Comments
 (0)