Skip to content

Commit

Permalink
add: author in data analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jun 26, 2024
1 parent 0e11ba9 commit b67eb46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ window.addEventListener('message', async (e) => {
// setup headers for server side analytics
axios.defaults.headers.common['rc-extension-id'] = rcUserInfo?.rcExtensionId;
axios.defaults.headers.common['rc-account-id'] = rcUserInfo?.rcAccountId;
axios.defaults.headers.common['developer-author-name'] = manifest?.author?.name ?? "";
await showUnresolvedTabPage();
}
catch (e) {
Expand Down

0 comments on commit b67eb46

Please sign in to comment.