Skip to content

Commit

Permalink
Add Snowplow Media plugin with APIs to track media events (close #1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jun 5, 2023
1 parent 899cf16 commit 7d22a86
Show file tree
Hide file tree
Showing 25 changed files with 3,019 additions and 72 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@snowplow/browser-plugin-media",
"comment": "Add Snowplow Media plugin with APIs to track media events (#1176)",
"type": "none"
}
],
"packageName": "@snowplow/browser-plugin-media"
}
4 changes: 2 additions & 2 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
{
"name": "@types/uuid",
"allowedCategories": [ "libraries", "trackers" ]
"allowedCategories": [ "libraries", "plugins", "trackers" ]
},
{
"name": "@types/youtube",
Expand Down Expand Up @@ -368,7 +368,7 @@
},
{
"name": "uuid",
"allowedCategories": [ "libraries", "trackers" ]
"allowedCategories": [ "libraries", "plugins", "trackers" ]
},
{
"name": "wdio-chromedriver-service",
Expand Down
Loading

0 comments on commit 7d22a86

Please sign in to comment.