Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Remove `send_default_pii` from non-integration tests

Open Beginner friendly
#7,567 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Active
Tech stack
python
Domain
testing-qa

Research direction

Search the codebase for non-integration test files that reference send_default_pii. Understand the difference between send_default_pii and data_collection by looking at existing usage. Update each test to use data_collection where appropriate, ensuring no duplicate configurations. Run the test suite to verify changes.

Written by the indexing model from the issue text.

Description

Python

Look through our non-integration tests. Find out which tests use send_default_pii. Migrate them to using data_collection instead, if applicable (if they already don't have an equivalent data_collection counterpart).

Dominant language
Python
Stars
2.2k
Forks
672
Avg merge
22h 47m
Merged PRs (30d)
224

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getsentry/sentry-python

All issues in getsentry/sentry-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.