Skip to content

Commit

Permalink
Adding in version history.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 18, 2012
1 parent 8964bc4 commit 67ca814
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions History.md
@@ -0,0 +1,11 @@
# 0.2.0 - 3/18/2012
* Renamed all methods to follow `client.capture*()` pattern. (Sorry if you were already using it!)
* All `npm` installed modules are shoved into Sentry for debugging
* Toggle actual sending based on `NODE_ENV` variable. Check README for information.
* Fixes for more types of stack traces.
* Added `client.captureQuery()`
* Support for `SENTRY_DSN`, `SENTRY_NAME`, and `SENTRY_SITE` enviornment variables
* More test coverage

# 0.1.0 - 3/17/2012
* Initial release

0 comments on commit 67ca814

Please sign in to comment.