-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.0](3.11.1...4.0.0) (2024-07-24) ### ⚠ BREAKING CHANGES * android as CDP source (#412) ### Features * add support for automatic activity screen tracking ([#334](#334)) ([9d239c8](9d239c8)) * added track methods ([#328](#328)) ([81d825f](81d825f)) * android as CDP source ([#412](#412)) ([772b489](772b489)) * expose public APIs to identify and clear profiles ([#322](#322)) ([09dea32](09dea32)) * track device with attributes ([#341](#341)) ([7cb17c1](7cb17c1)) * track metric event ([#335](#335)) ([f7af4e6](f7af4e6))
- Loading branch information
1 parent
772b489
commit ab1a00e
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
{ | ||
"core": { | ||
"universal": "1.3MB" | ||
}, | ||
"datapipelines": { | ||
"universal": "1.7MB" | ||
}, | ||
"messaginginapp": { | ||
"universal": "3.2MB" | ||
"universal": "3.1MB" | ||
}, | ||
"messagingpush": { | ||
"universal": "2.6MB" | ||
"universal": "2.1MB" | ||
}, | ||
"tracking": { | ||
"universal": "1.9MB" | ||
"tracking-migration": { | ||
"universal": "1.4MB" | ||
} | ||
} |