Skip to content

Commit

Permalink
fix: user-agent is not string in logs (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
denelvis authored Dec 7, 2022
1 parent ea65978 commit 8812bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ Application = function(p)

self.Logger = new FrontendLogger(
navigator.userAgent,
navigator.userAgentData,
JSON.stringify(navigator.userAgentData),
location.href,
Intl.DateTimeFormat().resolvedOptions().timeZone,
self
Expand Down

0 comments on commit 8812bf8

Please sign in to comment.