[Customers Product]: Change references from 'Users' to 'Customers' within documentation 👥#445
Open
sumitramanga wants to merge 1 commit intomasterfrom
Open
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. |
Contributor
There was a problem hiding this comment.
typo: customers's
| ```Identifier``` is the unique identifier from your system for this customer. | ||
|
|
||
| ```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. |
Contributor
There was a problem hiding this comment.
Is it intentional the "user" is still mentioned on this line?
| There is a property named ```User``` on RaygunClient which you can set to be the current cusrtomer's ID. This allows you to see the count of affected customers for each error in the Raygun dashboard. | ||
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
I don't think we need to mention "(and the ability to use the new Customers feature when it is released)" anymore
QuantumNightmare
requested changes
Feb 10, 2021
Contributor
QuantumNightmare
left a comment
There was a problem hiding this comment.
Pointed out a typo that we best fix. A few other comments to consider.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[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
READMEdocumentation👉 Update
readme.txtdocumentationTest plan 🧪
Checklist ✔️