fix(ui): fix setting FullStory - WF-368#985
Conversation
WalkthroughThe changes remove dynamic fetching of the FullStory organization ID and the associated environment config utility. FullStory is now initialized with a hardcoded org ID. The code eliminates the async configuration loading logic, simplifies the tracking composable, and updates promise handling for user identification. Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant useWriterTracking
participant FullStory
App->>useWriterTracking: Initialize tracking
useWriterTracking->>FullStory: Initialize with hardcoded org ID
useWriterTracking->>FullStory: Identify user (Promise.allSettled)
Assessment against linked issues
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (15)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
🔍 This pull request has been sent to HackerOne's PullRequest review team because our automation detected one or more changes with potential security impact or requires further evaluation. Experts are now being assigned to this review based on relevant expertise and will validate or dismiss any security findings accordingly and post their feedback as comments within this pull request.
⏱️ Latest scan covered changes up to commit 151ec9a (latest)
Check the status or cancel this secure code review here.
There was a problem hiding this comment.
✅ Graham C reviewed all the included code changes and associated automation findings and determined that there were no immediately actionable security flaws. Note that they will continue to be notified of any new commits or comments and follow up as needed throughout the duration of this pull request's lifecycle.
Reviewed with ❤️ by PullRequest
Summary by CodeRabbit