We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596fe1e commit 736a33bCopy full SHA for 736a33b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- Fix javadoc on TransportResult ([#4528](https://github.com/getsentry/sentry-java/pull/4528))
8
9
## 8.16.0
10
11
### Features
sentry/src/main/java/io/sentry/transport/TransportResult.java
@@ -3,7 +3,7 @@
import org.jetbrains.annotations.NotNull;
/**
- * A result of {@link ITransport#send(io.sentry.SentryEnvelope)}. Note that this class is
+ * A result of {@link HttpConnection#send(io.sentry.SentryEnvelope)}. Note that this class is
* intentionally not subclassable and has only two factory methods to capture the 2 possible states
* - success or error.
*/
0 commit comments