-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
Version:
5.12.5
Description
Sentry isn't reporting the ipAddress by default with the node integration. Because of this check
sentry-javascript/packages/node/src/handlers.ts
Lines 263 to 268 in f001435
| if (options.user && req.user) { | |
| event.user = { | |
| ...event.user, | |
| ...extractUserData(req, options.user), | |
| }; | |
| } |
Sija
Metadata
Metadata
Assignees
Labels
No labels