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.
2 parents c861ba9 + b11b0fa commit d8ffbbcCopy full SHA for d8ffbbc
1 file changed
sentry-android-core/src/main/java/io/sentry/android/core/performance/AppStartMetrics.java
@@ -87,7 +87,7 @@ public enum AppStartType {
87
private @Nullable IContinuousProfiler appStartContinuousProfiler = null;
88
private @Nullable TracesSamplingDecision appStartSamplingDecision = null;
89
private boolean isCallbackRegistered = false;
90
- private boolean shouldSendStartMeasurements = true;
+ private volatile boolean shouldSendStartMeasurements = true;
91
private final AtomicInteger activeActivitiesCounter = new AtomicInteger();
92
private final AtomicBoolean firstDrawDone = new AtomicBoolean(false);
93
private final AtomicBoolean headlessAppStartCheckPending = new AtomicBoolean(false);
0 commit comments