route(notification: GitHubTelemetryNotification, context?: IAgentHostRestrictedTelemetryContext): boolean {
const eventName = event.kind;
const destinations = targetDestinations.get(eventName);
if (destinations === undefined) {
return false;
}
return true;
}
return true;
}