Skip to content

Commit

Permalink
feat: disable gathering performance metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 20, 2025
1 parent 3e8c0ce commit 9f8c9c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/services/analytics.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ export const initAnalytics = async () => {
return;
}

await initOrbiter();
await initOrbiter({
options: {
performance: false
}
});
};

0 comments on commit 9f8c9c3

Please sign in to comment.