Skip to content

Commit 9648cd5

Browse files
committed
Format code
1 parent bc39a7d commit 9648cd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ public class SentryOptions {
648648
/**
649649
* When false, the legacy {@code Debug}-based profiler is disabled on API < 35 devices. On API 35+
650650
* devices, Android's {@code ProfilingManager} (Perfetto-based stack sampling) is always used
651-
* regardless of this setting. This option will be deprecated in the next major release and removed
652-
* in the one after.
651+
* regardless of this setting. This option will be deprecated in the next major release and
652+
* removed in the one after.
653653
*/
654654
private boolean enableLegacyProfiling = true;
655655

0 commit comments

Comments
 (0)