Skip to content

Commit

Permalink
chore: skip tracking will add home url and plugin info to identify user
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvomohajan committed Jun 1, 2024
1 parent 2a08d00 commit 5016ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Telemetry/Report/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ private function trackingSkippedRequest()
}

$data = [
'url' => esc_url(home_url()),
'plugin_slug' => TelemetryConfig::getPrefix(),
'plugin_version' => TelemetryConfig::getversion(),
'skipped' => true,
'previously_skipped' => $previouslySkipped,
];
Expand Down

0 comments on commit 5016ba7

Please sign in to comment.