Bring develop into main for docs changes to be applied#331
Merged
Conversation
…le-rate-in-rule-psr Add sample rate in rule psr
Co-authored-by: Heston Hoffman <hestonhoffman@gmail.com>
…sentry-in-expo Support sentry in expo
Good morning ! Thank you for providing this expo plugin (hey @louiszawadzki 😄 - hope you are doing well ! 🙂 ) I noticed this small issue with the doc, I think this extra key is needed to the config options if I'm not missing anything !
Prepare release of expo package 46.1.0
Docs: add needed key in expo plugin options doc
…es-docs-for-rn-70 Fix manual source map upload with hermes for RN over 0.70
0xnm
approved these changes
Nov 4, 2022
fuzzybinary
approved these changes
Nov 4, 2022
kayayarai
approved these changes
Nov 4, 2022
Co-authored-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
…-hybrid-apps Add documentation on Hybrid applications
…to-1.15.0 Update Datadog SDK to 1.15.0
btthomas
added a commit
that referenced
this pull request
Jul 8, 2026
…PR1 review) Depend on @datadog/flagging-core (and @openfeature/core, which its published types reference) and reuse its canonical wire types and configurationFromString instead of maintaining our own copies. Our local type names are kept as aliases so the rest of the SDK is insulated from upstream naming. configurationToString stays local for now, with a loud TODO to adopt flagging-core's once the next major (>= 2.0.0) ships the fix from openfeature-js-client PR #331 (its 1.2.x serializer is broken). Consequences of delegating to flagging-core's parser: the bespoke parse-failure InternalLog warning is dropped (its parser swallows errors), and obfuscated is read via a small cast since it is absent from flagging-core's response type. integer/float variation types are kept as defensive runtime handling even though the CDN and flagging-core model only boolean/string/number/object. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bring develop into main for docs changes