Update from code changes: document Mixpanel data residency region#6297
Merged
Conversation
Contributor
|
don't merge until server bump is in https://github.com/mintlify/server/pull/6194 |
Contributor
Author
|
Update from code changes updated this PR. No docs added in this update Source PRs
|
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
ethanpalm
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new optional
regionfield on the Mixpanel analytics integration indocs.json, which routes events to Mixpanel's US, EU, or India ingestion host.Changes
regionvalues (us,eu,in), the matching Mixpanel hosts, and the default behavior whenregionis omitted.Context
Mixpanel is deprecating US-to-EU data forwarding, so projects with EU or India data residency need to send events directly to the regional host. The new
regionoption exposes this indocs.json; omitting it preserves the existing US default.Update history
regionfield on the Mixpanel integration (us/eu/in) with hosts, defaults, and translations fores,fr,zh. Source: mintlify/mint#8685.<div id="data-residency">anchors to preserve shared link anchors acrosses,fr, andzh.regionon theDeploymentschema — user-facing config surface is unchanged from what's already documented. Source: mintlify/server#6194.Note
Low Risk
Documentation-only updates to Mixpanel integration pages with no runtime or config schema changes in this diff.
Overview
Adds a Data residency section to the Mixpanel analytics docs explaining the optional
regionfield indocs.json, so events go to the correct Mixpanel ingestion host (us,eu, orin) instead of defaulting to the US endpoint.The section includes an EU example config, lists each region and its API host, and notes that mismatched hosts cause Mixpanel to drop events. The same content is added to the es, fr, and zh Mixpanel pages; translated locales wrap the heading in
<div id="data-residency">for stable anchor links.Reviewed by Cursor Bugbot for commit 4b6ab08. Bugbot is set up for automated code reviews on this repo. Configure here.