-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Package: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDK
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.
Actual Result
Metadata
Metadata
Assignees
Labels
Package: remixIssues related to the Sentry Remix SDKIssues related to the Sentry Remix SDK