-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Customers Product]: Change references from 'Users' to 'Customers' within documentation 👥 #445
base: master
Are you sure you want to change the base?
[Customers Product]: Change references from 'Users' to 'Customers' within documentation 👥 #445
Conversation
There is a property named *User* on RaygunClient which you can set to be the current user's ID or email address. | ||
This allows you to see the count of affected users for each error in the Raygun dashboard. | ||
If you provide an email address, and the user has an associated Gravatar, you will see their avatar in the error instance page. | ||
There is a property named *User* on RaygunClient which you can set to be the current customers's ID or email address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: customers's
|
||
```IsAnonymous``` is a flag indicating whether the user is logged in (or identifiable) or if they are anonymous. An anonymous user can still have a unique identifier. | ||
```IsAnonymous``` is a flag indicating whether the customer is logged in (or identifiable) or if they are anonymous. An anonymous user can still have a unique identifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional the "user" is still mentioned on this line?
|
||
If you want more detailed information about users (and the ability to use the new Affected User reporting feature when it is released), you can set the ```UserInfo``` property on the RaygunClient to a new RaygunIdentifierMessage object. [This class](https://github.com/MindscapeHQ/raygun4net/blob/master/Mindscape.Raygun4Net/Messages/RaygunIdentifierMessage.cs) has a number of properties on it to help identifier the user who experienced a crash. | ||
If you want more detailed information about customers (and the ability to use the new Customers feature when it is released), you can set the ```UserInfo``` property on the RaygunClient to a new RaygunIdentifierMessage object. [This class](https://github.com/MindscapeHQ/raygun4net/blob/master/Mindscape.Raygun4Net/Messages/RaygunIdentifierMessage.cs) has a number of properties on it to help identifier the customer who experienced a crash. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to mention "(and the ability to use the new Customers feature when it is released)" anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointed out a typo that we best fix. A few other comments to consider.
[Customers Product]: Change references from 'User tracking' to 'Customers' 👤
NOTE: This is not to be merged until we have fully released the name change in the Raygun application. Changes to 'users' within the code needs to be discussed and planned for.
Description 📝
This PR is to updating the name convention for 'User tracking' to now be 'Customers' to reflect what's within the Raygun application.
Updates
👉 Update
README
documentation👉 Update
readme.txt
documentationTest plan 🧪
Checklist ✔️