Skip to content

Commit e183f5d

Browse files
Update README.md
1 parent 6e726c6 commit e183f5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ public class Logger : MonoBehaviour
6565
Options
6666
====================
6767

68-
####Application version
68+
### Application version
6969

7070
The current version of Raygun4Unity does not automatically obtain the application version number. You can however specify this by setting the ApplicationVersion property of the RaygunClient instance.
7171

72-
####User
72+
### User
7373

7474
To keep track of how many users are affected by each exception, you can set the User or UserInfo property of the RaygunClient instance. The user can be any id string of your choosing to identify each user.
7575
Ideally, try to use an id that you can use to relate back to an actual user such as a database id, or an email address. If you use an email address, the users gravitars (if found) will displayed on the Raygun error dashboards.
7676
The UserInfo property lets you provide additional user information such as their name.
7777

78-
####Tags and custom data
78+
### Tags and custom data
7979

8080
The Send method overloads allow you to send an optional list of tags or/and a dictionary of object data. You can use these to provide whatever additional information you want to help you debug exceptions.
8181

82-
####Message modifications before sending
82+
### Message modifications before sending
8383

8484
By listening to the RaygunClient.SendingMessage event, you can make modifications to any part of the message just before it is serialized and sent to Raygun.
8585
Setting e.Cancel = true will prevent Raygun4Unity from sending the message. This is useful for filtering out types of exceptions that you don't want.

0 commit comments

Comments
 (0)