Skip to content

feat(mobile): Backfill app.vitals.start.screen to mobile v1 transactions#5960

Draft
buenaflor wants to merge 1 commit intomasterfrom
backfill-app-vitals-start-screen
Draft

feat(mobile): Backfill app.vitals.start.screen to mobile v1 transactions#5960
buenaflor wants to merge 1 commit intomasterfrom
backfill-app-vitals-start-screen

Conversation

@buenaflor
Copy link
Copy Markdown
Contributor

In mobile we are implementing a new schema on how we send app start data and in order to be backwards compatible we need to backfill app.vitals.start.screen to existing ui.load transactions that have app start measurements

// TODO(buenaflor): Add as sentry convention once mobile SDKs can migrate to it.
// Tracking issue: https://github.com/getsentry/sentry-conventions/issues/318
pub const APP__VITALS__START__VALUE: &str = "app.vitals.start.value";
pub const APP__VITALS__START__SCREEN: &str = "app.vitals.start.screen";
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update this when #5944 lands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant