Feature request: include IP option
See original GitHub issueI’m using @sentry/node
in a worker thread in an Electron app. Worker threads in electron don’t have the electron
module present so I cannot use @sentry/electron
there. I cannot use @sentry/browser
either because the threads don’t have a window
object or a DOM.
Now all events that are sent from the worker thread don’t include the IP address. @HazAT recommended I should use the beforeSend
option in the SDK and manually fetch the IP address and attach it.
This seems like potential for improvement in the library. A includeIP
option would significantly reduce complexity here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
IPAM feature Request - IP address request option for end user
What I would like to see is a web page for I.T guest users (I.T staff that don't have access to Solarwinds Orion)...
Read more >Feature Request: New Topology Option needed
I am using the Topology Setting for UC320W Routes Voice Only even thought I have an SBS server in place and a Sonicwall...
Read more >Fetching IP Address in Reports - ConnectWise Control
Fetching IP Address in Reports ... Request: Generate reports that include the IP Address of the host/user that is connect to the session....
Read more >Feature requests - DD-WRT Wiki
An option to set a static IP-address to a mac address/host name for 15 - 20 users! I would add to requested feature...
Read more >Prevent auto-complete and auto-submit to specific IP ...
Feature Request - Kee should have the option to prevent the filling in or submitting of forms for specific IP addresses.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KishanBagaria for
@sentry/browser
it’s doing automatic backfilling. However, I asked around and apparently we do implement automatic IP fetching for other SDKs with a “magic value”.This should make it work for you 😃
Awesome, cheers!