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

Set original and current request identifier #585

Merged
merged 1 commit into from
Dec 13, 2017

Conversation

danesfeder
Copy link
Contributor

  • At the beginning of a telemetry session, set both the original and current request identifiers

@danesfeder danesfeder added the bug Defect to be fixed. label Dec 13, 2017
@danesfeder danesfeder self-assigned this Dec 13, 2017
@@ -176,8 +176,8 @@ void startSession(DirectionsRoute directionsRoute) {
if (!isConfigurationChange) {
navigationSessionState = navigationSessionState.toBuilder()
.originalDirectionRoute(directionsRoute)
.originalRequestIdentifier(directionsRoute.routeOptions() != null
Copy link
Contributor

Choose a reason for hiding this comment

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

So it's cool to remove this null check now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ericrwolfe Yeah @cammace is working on removing the annotation in MAS, but it should never be null

@danesfeder danesfeder merged commit fa98dfd into master Dec 13, 2017
@danesfeder danesfeder deleted the dan-request-identifier branch December 13, 2017 15:34
@danesfeder danesfeder mentioned this pull request Dec 20, 2017
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defect to be fixed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants