Skip to content

Commit d8ffbbc

Browse files
committed
Merge branch 'feat/app-start-extension-android' into feat/app-start-extension-materialize
2 parents c861ba9 + b11b0fa commit d8ffbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry-android-core/src/main/java/io/sentry/android/core/performance/AppStartMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public enum AppStartType {
8787
private @Nullable IContinuousProfiler appStartContinuousProfiler = null;
8888
private @Nullable TracesSamplingDecision appStartSamplingDecision = null;
8989
private boolean isCallbackRegistered = false;
90-
private boolean shouldSendStartMeasurements = true;
90+
private volatile boolean shouldSendStartMeasurements = true;
9191
private final AtomicInteger activeActivitiesCounter = new AtomicInteger();
9292
private final AtomicBoolean firstDrawDone = new AtomicBoolean(false);
9393
private final AtomicBoolean headlessAppStartCheckPending = new AtomicBoolean(false);

0 commit comments

Comments
 (0)