Skip to content

Fix javadoc on TransportResult #4528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adinauer
Copy link
Member

📜 Description

ITransport.send doesn't return a TransportResult anymore since we optimized it for high throughput.

💡 Motivation and Context

Closes #4522

💚 How did you test it?

📝 Checklist

  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

Copy link
Contributor

github-actions bot commented Jun 27, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 3a97370

Copy link
Contributor

github-actions bot commented Jun 27, 2025

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 392.80 ms 444.92 ms 52.12 ms
Size 1.58 MiB 2.09 MiB 519.09 KiB

Previous results on branch: feat/fix-transport-result-javadoc

Startup times

Revision Plain With Sentry Diff
234a51d 390.60 ms 423.22 ms 32.62 ms

App size

Revision Plain With Sentry Diff
234a51d 1.58 MiB 2.09 MiB 519.08 KiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation mismatch in io.sentry.transport.TransportResult class
3 participants