Skip to content

Commit

Permalink
Correct mysql supported version and update framework support list (#310)
Browse files Browse the repository at this point in the history
PR-URL: #310
  • Loading branch information
matthewloring committed Oct 4, 2016
1 parent bcfd92f commit 47b35d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -107,8 +107,8 @@ The agent will also automatic trace of the following kinds of RPCs:
* Outbound HTTP requests
* [MongoDB-core](https://www.npmjs.com/package/mongodb-core) version 1
* [Mongoose](https://www.npmjs.com/package/mongoose) version 4
* [Redis](https://www.npmjs.com/package/redis) versions 0.12 - 2 (experimental)
* [MySQL](https://www.npmjs.com/package/mysql) version 2 (experimental)
* [Redis](https://www.npmjs.com/package/redis) versions 0.12 - 2
* [MySQL](https://www.npmjs.com/package/mysql) version ^2.9

You can use the [Custom Tracing API](#custom-tracing-api) to trace other processes in your application.

Expand Down

0 comments on commit 47b35d4

Please sign in to comment.