docs: lifecycle events + openURL public API [rn] (4/4)#37
Open
choudlet wants to merge 1 commit into
Open
Conversation
Adds full README coverage for the lifecycle feature landed in PRs 1-3
(sc-36800):
- Table of the four events with trigger conditions + properties.
- Opt-in framing — `trackLifecycleEvents` default flipped to `false`,
code sample for enabling, opt-in callout in the Features list.
- openURL public API documented under the Analytics Interface
section and in a dedicated 'Deep-link wiring' subsection with code
samples (Linking forwarding + sourceApplication usage).
- Buffer semantics: one-shot, last-write-wins, cleared on emit,
no-op + warning when feature is disabled.
- Privacy + sanitization guidance with a worked example showing how
a host can strip tokens / OTPs / magic-link secrets before
forwarding (URLs are passed verbatim by the SDK).
- 'Why no auto-instrumentation' rationale — no swizzling, no
AppDelegate proxy, host-controlled hand-off via openURL.
- API Reference: `trackLifecycleEvents` default updated to `false`,
Analytics Interface gains an `openURL` bullet.
Slice 4 of 4 in the RN lifecycle stack (sc-36800).
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.
Summary
Slice 4 of 4 in the RN lifecycle stack (sc-36800). README documentation for the feature landed in PRs 1-3.
Stacked on #36. Review the diff against that branch.
Coverage
Stack
Test plan