@magicfeedback/native 2.1.11 → 2.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,7 +161,7 @@ await form.generate("survey-root", {
|
|
|
161
161
|
| `afterSubmitEvent` | `undefined` | Called after a page submit, follow-up render, or final completion. |
|
|
162
162
|
| `onBackEvent` | `undefined` | Called after navigating back. |
|
|
163
163
|
|
|
164
|
-
When `getMetaData` is enabled, the SDK includes the current URL, origin, pathname, query string, user agent, browser language, platform, app metadata, screen size, and the session id when rendering from `session()`.
|
|
164
|
+
When `getMetaData` is enabled, the SDK includes the current URL, origin, pathname, query string, user agent, browser language, platform, app metadata, screen size, and the session id when rendering from `session()`. Query params are also expanded into metadata entries as `query-<param>` with all values for that param.
|
|
165
165
|
|
|
166
166
|
## Resume an existing session
|
|
167
167
|
|