Skip to content

Commit 4615620

Browse files
authored
docs: add metrics module to quickstart (#200)
2 parents f9f3eb5 + 4a102d0 commit 4615620

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/docs/quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ flowmvi-compose = { module = "pro.respawn.flowmvi:compose", version.ref = "flowm
5757
flowmvi-android = { module = "pro.respawn.flowmvi:android", version.ref = "flowmvi" }
5858
# Multiplatform state preservation
5959
flowmvi-savedstate = { module = "pro.respawn.flowmvi:savedstate", version.ref = "flowmvi" }
60+
# Performance metrics collection
61+
flowmvi-metrics = { module = "pro.respawn.flowmvi:metrics", version.ref = "flowmvi" }
6062
# Remote debugging client
6163
flowmvi-debugger = { module = "pro.respawn.flowmvi:debugger-plugin", version.ref = "flowmvi" }
6264
# Essenty (Decompose) integration
@@ -76,6 +78,8 @@ dependencies {
7678
commonMainImplementation("pro.respawn.flowmvi:compose:$flowmvi")
7779
// saving and restoring state
7880
commonMainImplementation("pro.respawn.flowmvi:savedstate:$flowmvi")
81+
// metrics collection & export
82+
commonMainImplementation("pro.respawn.flowmvi:metrics:$flowmvi")
7983
// essenty integration
8084
commonMainImplementation("pro.respawn.flowmvi:essenty:$flowmvi")
8185
commonMainImplementation("pro.respawn.flowmvi:essenty-compose:$flowmvi")

0 commit comments

Comments
 (0)