Closed as not planned
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/remix
SDK Version
7.9.0
Framework Version
18.2.0
Link to Sentry event
No response
Steps to Reproduce
Since Sentry 7.9.0, any data returned by the root loader is overwritten with an object with only sentryTrace
and sentryBaggage
attributes. Looking at this PR, appears these attributes were meant to be merged alongside the original loader response.
Expected Result
The root loader should return an object with the user's returned attributes, merged with Sentry wrapped attributes.