Merge pull request #2192 from umami-software/feat/um-376-retention-report

Feat/um 376 retention report
This commit is contained in:
Mike Cao 2023-08-10 19:43:06 -10:00 committed by GitHub
commit 24669a3f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 359 additions and 7 deletions

View file

@ -12,6 +12,7 @@ export * from './analytics/eventData/getEventDataFields';
export * from './analytics/eventData/getEventDataUsage';
export * from './analytics/events/saveEvent';
export * from './analytics/reports/getFunnel';
export * from './analytics/reports/getRetention';
export * from './analytics/reports/getInsights';
export * from './analytics/pageviews/getPageviewMetrics';
export * from './analytics/pageviews/getPageviewStats';