Skip to content

Commit fba4b42

Browse files
committed
Update supported runtimes
1 parent d80c208 commit fba4b42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Raven [![Build Status](https://secure.travis-ci.org/getsentry/raven-node.png?branch=master)](http://travis-ci.org/getsentry/raven-node)
2-
**Node v0.11 compatible**
2+
**Node v0.12/iojs compatible**
33

44
Log errors and stack traces in [Sentry](http://getsentry.com/) from within your Node.js applications. Includes middleware support for [Connect](http://www.senchalabs.org/connect/)/[Express](http://expressjs.com/).
55

@@ -9,7 +9,8 @@ All processing and sending happens asynchronously to not slow things down if/whe
99
* 0.6.x
1010
* 0.8.x
1111
* 0.10.x
12-
* 0.11.x
12+
* 0.12.x
13+
* iojs
1314

1415
Raven 0.7+ requires Sentry 6.4+
1516

0 commit comments

Comments
 (0)