mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
fix: adjusts in telemetry
This commit is contained in:
@@ -17,6 +17,10 @@ export const sendTelemetry = async (route: string): Promise<void> => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (route === '/') {
|
||||
return;
|
||||
}
|
||||
|
||||
const telemetry: TelemetryData = {
|
||||
route,
|
||||
apiVersion: `${packageJson.version}`,
|
||||
|
||||
Reference in New Issue
Block a user