Skip to content

Commit

Permalink
Add 'ua' meta info in period log
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Nov 20, 2024
1 parent aeb6edd commit 0332ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/page-spy-plugin-data-harbor/src/browser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export default class DataHarborPlugin implements PageSpyPlugin {
type: 'meta',
timestamp: params.endTime,
data: minifyData({
ua: navigator.userAgent,
title: document.title,
url: window.location.href,
...params,
Expand Down

0 comments on commit 0332ee5

Please sign in to comment.