Skip to content

Conversation

@markushi
Copy link
Member

Fixes #86707

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@markushi markushi requested review from a team and gggritso March 25, 2025 08:10
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 25, 2025
const searchQuery = new MutableSearch([
`transaction:${transaction}`,
`release:${release}`,
startType
Copy link
Member Author

Choose a reason for hiding this comment

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

Replaced this in favor of SpanMetricsField.APP_START_TYPE, as otherwise no data would be shown

if (isProjectCrossPlatform) {
searchQuery.addFilterValue('os.name', selectedPlatform);
}
// TODO: Add this back in once os.name is available in the spansIndexed dataset
Copy link
Member Author

Choose a reason for hiding this comment

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

Commented this out for now, as it caused empty results as well. Seems like os.name is either null or and empty string right now.

Copy link
Member

@gggritso gggritso left a comment

Choose a reason for hiding this comment

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

The code seems fine to me, but I don't have any domain knowledge here. I trust you! cc @narsaynorath in case he has questions/concerns.

Copy link
Member

@narsaynorath narsaynorath left a comment

Choose a reason for hiding this comment

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

Changes to the app start filters make sense to me! The os.name filter is odd but I can try to find out why os.name isn't working. We seem to tag it in the span data and I thought we collected it before, so I'm not entirely sure why it's not filtering. I won't be able to take a look until Thursday/Friday at the moment though

@markushi markushi merged commit 8b0de29 into master Mar 27, 2025
40 checks passed
@markushi markushi deleted the markushi/fix/mobile-insights-missing-cold-warm-start-data-rn branch March 27, 2025 07:05
andrewshie-sentry pushed a commit that referenced this pull request Mar 27, 2025
…tive (#87830)

Fixes #86707

### Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MobileVitals Screen Detail doesn't show warm/cold start data in the graph

4 participants