You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Actual Result
Returned data:
useLoaderData() response:
The text was updated successfully, but these errors were encountered:
Should make it work but that's not the way of fixing it. However, I see it has been fixed in the code already, just not published so I hope it should be good quickly.
Is there an existing issue for this?
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
andsentryBaggage
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.
Actual Result
Returned data:
useLoaderData()
response:The text was updated successfully, but these errors were encountered: