-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(performance): add missing methods (e. g. setAttribute(...), getA…
…ttribute(...)) (#770) * feat(performance): add missing methods (#505) Add method definitions. * feat(performance): add missing methods (#505) Implement all method definitions on the web. * feat(performance): add missing methods (#505) Update definitions. * feat(performance): add missing methods (#505) Change return of getAttributes on the web. * feat(performance): add missing methods (#505) Implement all methods on ios. * feat(performance): add missing methods (#505) Add since attribute to definitions. * feat(performance): add missing methods (#505) Implement new methods on android. * feat(performance): add missing methods (#505) Add changeset * feat(performance): add missing methods (#505) Remove classes and update types. * wip * feat(performance): add missing methods (#505) Refactor helper methods into separate class. * feat(performance): add missing methods (#505) Remove record implementation from android. * feat(performance): add missing methods (#505) Remove record implementation from ios. * feat(performance): add missing methods (#505) Update method definitions.ts for record. * feat(performance): add missing methods (#505) Remove none return type from methods. * feat(performance): add missing methods (#505) Remove throwing error when trace does not exist. --------- Co-authored-by: Robin Genz <[email protected]>
- Loading branch information
Showing
9 changed files
with
897 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@capacitor-firebase/performance': minor | ||
--- | ||
|
||
feat: add `putAttribute(...)`, `getAttribute(...)`, `getAttributes(...)`, `putMetric(...)`, `getMetric(...)` and `record(...)` methods |
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
Oops, something went wrong.