feat(stdlib): Handle proxy tunnels in httlib integration#5303
feat(stdlib): Handle proxy tunnels in httlib integration#5303sl0thentr0py merged 2 commits intomasterfrom
Conversation
7c49a36 to
bf37a48
Compare
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Ai
Other
Bug Fixes 🐛Integrations
Litellm
Other
Documentation 📚
Internal Changes 🔧Release
Other
🤖 This preview updates automatically when you update the PR. |
sentry_sdk/integrations/stdlib.py
Outdated
| tunnel_port = getattr(self, "_tunnel_port", None) | ||
| if tunnel_port: | ||
| port = tunnel_port | ||
| # need to override default_port for correct url recording |
There was a problem hiding this comment.
I'd suggest changing the url recording logic instead.
Otherwise, looks good to me!
79535e6 to
ea832e5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
ae1326b to
d8e6104
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
d8e6104 to
23e111b
Compare
Issues