Skip to content

Conversation

mydea
Copy link
Member

@mydea mydea commented Sep 1, 2025

I think we originally decided to only have a error + feedback bundle and a error + tracing + replay + feedback bundle for simplicity. But I suppose it does not really make things easier that there is exactly one (error + replay + feedback) missing, so I'd just add this here now. Esp. if we want to add this in the loader this will be much easier to handle.

@mydea mydea requested review from Lms24 and chargome September 1, 2025 07:21
@mydea mydea self-assigned this Sep 1, 2025
browserTracingIntegrationShim as browserTracingIntegration,
feedbackAsyncIntegration as feedbackAsyncIntegration,
feedbackAsyncIntegration as feedbackIntegration,
};
Copy link

Choose a reason for hiding this comment

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

Bug: Replay Feedback Bundle Inconsistent Tracing Shim

The replay.feedback bundle currently imports and exports browserTracingIntegrationShim. This bundle is designed for replay and feedback functionality only, so including a tracing shim here is inconsistent with its intended scope and may cause confusion.

Fix in Cursor Fix in Web

Copy link
Member

@chargome chargome left a comment

Choose a reason for hiding this comment

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

Do we need to add this to the size report?

@mydea
Copy link
Member Author

mydea commented Sep 1, 2025

Do we need to add this to the size report?

I think it's OK, we do not need every variation in size report, the full bundle is nice and then one of errors + feature only each IMHO to see the individual impact of a feature :)

@mydea mydea merged commit abdc3b5 into develop Sep 1, 2025
144 checks passed
@mydea mydea deleted the fn/add-replay-feedback-bundle branch September 1, 2025 07:56
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.

3 participants