Description
Extract getAppStartMeasurement from SentryTracer into a standalone SentryAppStartMeasurementProvider class. Pure refactoring — no logic changes.
Small additional cleanup: removed the profilerReferenceID parameter from the provider API since it was only used in a debug log message and not needed for the logic.
#skip-changelog
Note
The pull request "ref: Extract getAppStartMeasurement into SentryAppStartMeasurementProvider" was created by @philipphofmann but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.
Description
Extract
getAppStartMeasurementfromSentryTracerinto a standaloneSentryAppStartMeasurementProviderclass. Pure refactoring — no logic changes.Small additional cleanup: removed the
profilerReferenceIDparameter from the provider API since it was only used in a debug log message and not needed for the logic.#skip-changelog