File tree Expand file tree Collapse file tree
sentry/src/main/java/io/sentry/transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* Auto-Configure ` inAppIncludes ` in Spring Boot integration #966
55* Enhancement: make getThrowable public and improve set contexts #967
66* Bump: Android Gradle Plugin 4.0.2 #968
7- * Enhancement: accepted quoted values in properties from external configuration
7+ * Enhancement: accepted quoted values in properties from external configuration #972
8+ * fix: remove chunked streaming mode #974
89
910# 3.0.0
1011
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ public boolean isRetryAfter(final @NotNull String itemType) {
224224
225225 connection .setRequestMethod ("POST" );
226226 connection .setDoOutput (true );
227- connection .setChunkedStreamingMode (0 );
228227
229228 connection .setRequestProperty ("Content-Encoding" , "gzip" );
230229 connection .setRequestProperty ("Content-Type" , "application/x-sentry-envelope" );
You can’t perform that action at this time.
0 commit comments