Sentry.configureScope + setUser doesn't send any data
See original GitHub issue- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser
-
@sentry/node
-
raven-js
-
raven-node
(raven for node) - other:
Version:
5.11.2
Description
Use it like here:
Result:
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Where to set Sentry's setUser in Next.js app?
I have been trying to set user data into Sentry's scope globally, so every time there's an error or event, user info is...
Read more >Add Context for JavaScript
Custom contexts allow you to attach arbitrary data to an event. Often, this context is shared among any issue captured in its lifecycle....
Read more >Scopes and Hubs for Laravel
When an event is captured and sent to Sentry, SDKs will merge that event data with extra information from the current scope.
Read more >Experience with Frontend Error Tracking Using Sentry.io In ...
Sign In and create a project Integrate Sentry in app First error ... invalid data or etc and understand the end customer experiences....
Read more >Tracking Errors in Angular with Sentry
When was the last time you clicked 'Submit Error Report' after an app on your phone crashed? And when there's no such reporting...
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
Definitely not in this major version, as it’d be expectations breaking change. However, if you think it’d be a useful thing, feel free to open a new issue detailing your usecase.
This is an excellent issue.
@kamilogorek do you think it’s possible to add warning if the developer tries to call
configureScope
beforeinit
?