Skip to content

Commit

Permalink
Merge pull request #277 from amplitude/fix-browser-sdk-remote-config
Browse files Browse the repository at this point in the history
fix: browser SDK remote config
  • Loading branch information
SpencerFleury authored Sep 17, 2024
2 parents 2223eb8 + 1c34aa7 commit 0a258b6
Showing 1 changed file with 2 additions and 2 deletions.
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.
With remote config enabled, the SDK fetches the remote configuration from the remote configuration endpoint.

{{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.

0 comments on commit 0a258b6

Please sign in to comment.