Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc(decision): Mobile - Tracing Without Performance V2 #136

Closed
Prev Previous commit
add route to the title
  • Loading branch information
philipphofmann committed Jun 10, 2024
commit cd840ebdb3bf08cb190c132b175bf424c02f8014
2 changes: 1 addition & 1 deletion text/0136-mobile-tracing-without-performance-v-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ based on routes, see [Ensure browser traceId lifetime works as expected](https:/

# Options Considered

## Option 1: Update `PropagationContext` based on screens <a name="option-1"></a>
## Option 1: Update `PropagationContext` based on screens/routes <a name="option-1"></a>

Mobile SDKs base the lifetime of the `traceId` of the `PropagationContext` on screens/routes,
which is similar to a route on JavaScript. Mobile SDKs already report the screen name automatically
Expand Down