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

fix: Improved keys and remove typo #127

Merged
merged 2 commits into from
May 27, 2024
Merged

fix: Improved keys and remove typo #127

merged 2 commits into from
May 27, 2024

Conversation

fabriziodemaria
Copy link
Member

@fabriziodemaria fabriziodemaria commented May 27, 2024

  • Fix CONFIDENCE_VERSIONN_KEY typo
  • Add app_ prefix to version and build contexts

@@ -82,7 +91,7 @@ public class ConfidenceAppLifecycleProducer: ConfidenceEventProducer, Confidence
return
}
var context = self.currentProducedContext.value
context.updateValue(.init(boolean: isForeground), forKey: "is_foreground")
context.updateValue(.init(boolean: isForeground), forKey: Self.isForegroundContextKey)
Copy link
Member

Choose a reason for hiding this comment

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

I think we should reconsider to have this context field at all.

Copy link
Member Author

Choose a reason for hiding this comment

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

Can remove in new PR

@fabriziodemaria fabriziodemaria merged commit f31fe85 into main May 27, 2024
3 checks passed
@fabriziodemaria fabriziodemaria deleted the context-keys branch May 27, 2024 14:16
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.

None yet

2 participants