Skip to content

Commit

Permalink
updated user tracking to affected user tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Apr 22, 2015
1 parent 75151ab commit d69d3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If true is passed in, and **$useAsyncSending** is set to *false*, client->SendEx

You can transmit the version number of your PHP project along with the message by calling `SetVersion()` on your RaygunClient after it is instantiated - this is optional but recommended as the version number is considered to be first-class data for a message.

### User tracking
### Affected user tracking

**New in 1.5: additional data support**

Expand Down Expand Up @@ -233,4 +233,4 @@ If, when running a PHP script from the command line on *nix operating systems, y
- 1.2.1: Several bugfixes for user tracking and request processing
- 1.2: Added new async sending function; removed cURL dependency
- 1.1: Added user tracking support; improved experience in CLI mode; add user-specified timestamp support; fixed user data encoding error
- 1.0: Initial commit
- 1.0: Initial commit

0 comments on commit d69d3fb

Please sign in to comment.