From 4187829698ad5b34ace230e0268cce63c25472c7 Mon Sep 17 00:00:00 2001 From: Ehsan Barooni <66495214+ebarooni@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:16:46 +0100 Subject: [PATCH] feat(performance): add missing methods (#505) Add changeset --- .changeset/chilly-seahorses-design.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-seahorses-design.md diff --git a/.changeset/chilly-seahorses-design.md b/.changeset/chilly-seahorses-design.md new file mode 100644 index 00000000..0a4c0f5f --- /dev/null +++ b/.changeset/chilly-seahorses-design.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/performance': minor +--- + +feat: implement `putAttribute`, `getAttribute`, `getAttributes`, `putMetric`, `getMetric` and `record`