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 fefa604 commit ff7e952Copy full SHA for ff7e952
1 file changed
sentry/src/main/java/io/sentry/SentryExecutorService.java
@@ -87,7 +87,6 @@ public SentryExecutorService() {
87
if (executorService.getQueue().size() < MAX_QUEUE_SIZE) {
88
return executorService.schedule(runnable, delayMillis, TimeUnit.MILLISECONDS);
89
}
90
- // TODO: maybe RejectedExecutionException?
91
if (options != null) {
92
options
93
.getLogger()
0 commit comments