File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.0 - 06/15/2015
2
+ * Drop support for node 0.6
3
+ * Remove ` SENTRY_SITE ` environment variable usage
4
+ * Fixed ` express deprecated req.host: Use req.hostname instead ` warning [ See #101 ]
5
+ * Allow passing custom ` ca ` options for an https request [ See #110 #108 ]
6
+ * Use newer API endpoint [ See #105 ]
7
+ * Added support for Sentry's new Releases feature
8
+ * Update Express/Connect middleware to support domains [ See #116 ]
9
+
1
10
# 0.7.3 - 03/05/2015
2
11
* When calling ` captureError ` without an Error, generate a fake ` Error ` object to pull stacktrace from. [ See #87 ]
3
12
* Prevent ` patchGlobal ` from causing recursion [ See #84 ]
Original file line number Diff line number Diff line change 9
9
" debugging" ,
10
10
" exceptions"
11
11
],
12
- "version" : " 0.7.3 " ,
12
+ "version" : " 0.8.0 " ,
13
13
"repository" : " git://github.com/getsentry/raven-node.git" ,
14
14
"author" :
" Matt Robenolt <[email protected] >" ,
15
15
"license" : " BSD" ,
You can’t perform that action at this time.
0 commit comments