Conversation
Move the implementation and tests to their final paths without changing delivery behavior.
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.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2e16e63. Configure here.
| defaultClientReportsTick = time.Second * 30 | ||
| defaultHTTPTimeout = time.Second * 30 | ||
| defaultHTTPQueueSize = 1000 | ||
| defaultHTTPClientReportsTick = time.Second * 30 |
There was a problem hiding this comment.
Internal transport API leaked publicly
Medium Severity
TransportOptions, ErrTransportQueueFull, ErrTransportClosed, and ErrEmptyEnvelope were exported so the root package could use them from internal/http. After the move they remain exported on the public sentry API, even though the constructors and transport types were unexported. Callers have no public way to construct these transports or receive these errors, so the exports become a permanent surface that cannot later be removed without a breaking change.
Reviewed by Cursor Bugbot for commit 2e16e63. Configure here.


Description
Issues
Changelog Entry Instructions
To add a custom changelog entry, uncomment the section above. Supports:
For more details: custom changelog entries
Reminders
feat:,fix:,ref:,meta:)Stack created with GitHub Stacks CLI • Give Feedback 💬