Skip to content

Commit 8bf0b14

Browse files
update changeset
1 parent 7b68aba commit 8bf0b14

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.changeset/quiet-owls-flash.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
---
2+
'@powersync/react-native': minor
23
'@powersync/common': minor
4+
'@powersync/node': minor
5+
'@powersync/web': minor
6+
'@powersync/capacitor': minor
37
---
48

5-
Added ability to specify appMetadata for sync/stream requests
9+
Added ability to specify `appMetadata` for sync/stream requests
10+
11+
```javascript
12+
powerSync.connect(connector, {
13+
// This will be included in PowerSync service logs
14+
appMetadata: {
15+
app_version: MY_APP_VERSION
16+
}
17+
});
18+
```

0 commit comments

Comments
 (0)