Skip to content

Commit

Permalink
Separate brave browser events into their own category
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 4, 2021
1 parent 165ec2f commit 6e6d479
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ const browser_appnames = {
// Pre-releases
'Google-chrome-beta',
'Google-chrome-unstable',

// Brave (should this be merged with the brave entry?)
'Brave-browser',
],
firefox: [
'Firefox',
Expand All @@ -147,7 +144,7 @@ const browser_appnames = {
'Nightly',
],
opera: ['opera.exe', 'Opera'],
brave: ['brave.exe'],
brave: ['Brave-browser', 'Brave Browser', 'brave.exe'],
edge: [
'msedge.exe', // Windows
'Microsoft Edge', // macOS
Expand Down

0 comments on commit 6e6d479

Please sign in to comment.