mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
fix: session not filtered by pageviews
This commit is contained in:
parent
8384d6af35
commit
d381560027
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ export default async (req, res) => {
|
||||||
|
|
||||||
if (sessionColumns.includes(type)) {
|
if (sessionColumns.includes(type)) {
|
||||||
let data = await getSessionMetrics(websiteId, startDate, endDate, type, {
|
let data = await getSessionMetrics(websiteId, startDate, endDate, type, {
|
||||||
|
url,
|
||||||
|
referrer,
|
||||||
os,
|
os,
|
||||||
browser,
|
browser,
|
||||||
device,
|
device,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue