Skip to content

Commit

Permalink
track agent for error event
Browse files Browse the repository at this point in the history
  • Loading branch information
toarm committed Aug 19, 2024
1 parent 81d80bc commit f73d403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/logger/transport/SQSErrorTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export class SQSErrorTransport implements LoggerTransport {
arguments: dataArgs,
url: window.location.href,
referrer: document.referrer,
lang: navigator.language
lang: navigator.language,
agent: navigator.userAgent
})
};

Expand Down

0 comments on commit f73d403

Please sign in to comment.