Skip to content

Commit

Permalink
feat(entities): add plausible, microAnalytics, scale8, cabin (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
maevarondeau authored May 18, 2023
1 parent c47efe4 commit 0773348
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12727,4 +12727,46 @@ module.exports = [
domains: ['*.iprom.net'],
examples: ['core.iprom.net'],
},
{
name: 'Plausible',
company: 'Plausible',
homepage: 'https://plausible.io/',
category: 'analytics',
domains: [
'*.plausible.io',
],
},
{
name: 'Micro Analytics',
company: 'Micro Analytics',
homepage: 'https://microanalytics.io/',
category: 'analytics',
domains: [
'padmin.microanalytics.io',
'www.microanalytics.io',
'dev.microanalytics.io',
'status.microanalytics.io',
],
},
{
name: 'Scale8',
company: 'Scale8',
homepage: 'https://scale8.com/',
category: 'analytics',
domains: [
'www.scale8.com',
'api-dev.scale8.com',
'cdn.scale8.com',
'ui.scale8.com',
],
},
{
name: 'Cabin',
company: 'Cabin',
homepage: 'https://withcabin.com/',
category: 'analytics',
domains: [
'*.withcabin.com',
],
},
]

1 comment on commit 0773348

@vercel
Copy link

@vercel vercel bot commented on 0773348 May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.