ref(data-collection): Promote data_collection from _experiments o top-level - #7560
Merged
Merged
Conversation
…o top-level Move `data_collection` out of `_experiments` into a documented top-level `sentry_sdk.init()` option. Update `has_data_collection_enabled` to check `provided_by_user` on the resolved dict instead of key presence under `_experiments`, and update all integration tests to pass `data_collection` at the top level. Fixes PY-2796 Fixes #7557
Contributor
Codecov Results 📊✅ 129753 passed | ⏭️ 7148 skipped | Total: 136901 | Pass Rate: 94.78% | Execution Time: 431m 52s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2543 uncovered lines. Generated by Codecov Action |
ericapisani
marked this pull request as ready for review
September 21, 2026 15:29
sentrivana
approved these changes
Sep 21, 2026
sentrivana
left a comment
Contributor
There was a problem hiding this comment.
Approving to not block, but please see comments.
sentrivana
enabled auto-merge (squash)
September 22, 2026 08:36
alexander-alderman-webb
approved these changes
Sep 22, 2026
6 tasks
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.
Move
data_collectionout of_experimentsinto a documented top-levelsentry_sdk.init()option. Updatehas_data_collection_enabledto checkprovided_by_useron the resolved dict instead of key presence under_experiments, and update all integration tests to passdata_collectionat the top level.Fixes PY-2796
Fixes #7557