Use uv for managing python version#5009
Merged
adinauer merged 5 commits intofeat/trace-metricsfrom Jan 14, 2026
Merged
Conversation
This was referenced Jan 8, 2026
Merged
Member
Author
8 tasks
Contributor
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Features
- Use uv for managing python version ([#5009](https://github.com/getsentry/sentry-java/pull/5009))If none of the above apply, you can opt out of this check by adding |
This was referenced Jan 8, 2026
Merged
lcian
approved these changes
Jan 8, 2026
markushi
approved these changes
Jan 9, 2026
1eeaf9c to
af4f8c4
Compare
31b0acb to
53ea75b
Compare
This was referenced Jan 9, 2026
Merged
| @@ -0,0 +1,3 @@ | |||
| [project] | |||
| name = "javasdk" | |||
| version = "0.0.0" | |||
There was a problem hiding this comment.
Missing dependencies in pyproject.toml breaks local development
Medium Severity
The pyproject.toml has no dependencies field, and uv.lock only contains the virtual package. However, requirements.txt lists dependencies like requests that are imported by test/system-test-runner.py. When developers use the new devenv setup (uv sync --frozen), the venv is created without these dependencies, causing ImportError when running the test scripts locally.
Additional Locations (1)
Member
Author
|
cursor review |
Base automatically changed from
01-07-add_ai_rules_files_for_metrics_and_update_feature_flags_rule_
to
feat/trace-metrics
January 14, 2026 10:48
…batchprocessor_from_sentryclient feat(metrics): [Trace Metrics 22] Close and flush `MetricsBatchProcessor` from `SentryClient`
Contributor
Performance metrics 🚀
|
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.

📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps