-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Broken custom dataloader methods #13869
Copy link
Copy link
Closed
Labels
BugExternal DependencyTo close this issue, an external dependency needs to be adjusted/fixedTo close this issue, an external dependency needs to be adjusted/fixedNode.js
Metadata
Metadata
Assignees
Labels
BugExternal DependencyTo close this issue, an external dependency needs to be adjusted/fixedTo close this issue, an external dependency needs to be adjusted/fixedNode.js
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
No status
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.33.1
Framework Version
fastify 5.0.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
The automated dataloader integration added in #13664 breaks my code.
I have a dataloader like this:
Expected Result
That code worked OK until
"@sentry/node": "8.30.0"Actual Result
After upgrade to
"@sentry/node": "8.31.0"or later, callingloadByInternalIdmethod fails: