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 a09ed2a commit a7f5d47Copy full SHA for a7f5d47
sentry/src/main/java/io/sentry/Sentry.java
@@ -710,7 +710,7 @@ private static void initJvmContinuousProfiling(@NotNull SentryOptions options) {
710
711
final IContinuousProfiler continuousProfiler =
712
ProfilingServiceLoader.loadContinuousProfiler(
713
- new SystemOutLogger(),
+ options.getLogger(),
714
profilingTracesDirPath,
715
options.getProfilingTracesHz(),
716
options.getExecutorService());
0 commit comments