Skip to content

Commit

Permalink
add screen size ?
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz committed Nov 25, 2024
1 parent b3c5de8 commit 7eca109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/logRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export const logRequest = (ctx: DocumentContext, intl: Intl) => {
const data = {
type: 'event',
payload: {
name: 'next-server',
website: process.env.UMAMI_WEBSITE_ID,
url: ctx.asPath,
hostname: host,
language: intl.lang,
referrer,
screen: '1280x800',
},
};
const headers = {
Expand Down

0 comments on commit 7eca109

Please sign in to comment.