Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: browser SDK remote config #277

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/collections/browser_sdk/en/browser-sdk-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1306,10 +1306,10 @@ amplitude.init(AMPLITUDE_API_KEY, {
});
```

When remote config is enabled, the SDK checks if remote configuration has been fetched within the same session. If so, it uses the remote configuration stored in the indexedDB. Otherwise, it fetches the remote configuration from the remote configuration endpoint.
When remote config is enabled, the SDK fetches the remote configuration from the remote configuration endpoint.
Mercy811 marked this conversation as resolved.
Show resolved Hide resolved

{{partial:admonition type="note" heading=""}}
Remote configuration supports Autocapture settings, and overrides settings you configure locally.
{{/partial:admonition}}

In Amplitude, navigate to *Data > Manage > Settings > Autocapture* to add or update a remote configuration.
In Amplitude, navigate to *Data > Settings > Autocapture* to add or update a remote configuration.
Loading