Skip to content

Commit 110cd7d

Browse files
committed
formatted comment
1 parent 36f8a70 commit 110cd7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sentry/src/main/java/io/sentry/transport/RateLimiter.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ private boolean isRetryAfter(final @NotNull String itemType) {
191191
return DataCategory.Attachment;
192192
case "profile":
193193
return DataCategory.Profile;
194-
// When we send a profile chunk, we have to check for profile_chunk_ui rate limiting, because that's what relay returns to rate limit Android. When (if) we will implement JVM profiling we will have to check both rate limits.
194+
// When we send a profile chunk, we have to check for profile_chunk_ui rate limiting,
195+
// because that's what relay returns to rate limit Android. When (if) we will implement JVM
196+
// profiling we will have to check both rate limits.
195197
case "profile_chunk":
196198
return DataCategory.ProfileChunkUi;
197199
case "transaction":

0 commit comments

Comments
 (0)