We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c111 commit 2a500d2Copy full SHA for 2a500d2
History.md
@@ -1,3 +1,6 @@
1
+# 0.7.2 - 09/09/2014
2
+ * Added `dataCallback` option to Client configuration. See: https://github.com/getsentry/raven-node#pre-processing-data
3
+
4
# 0.7.1 - 08/24/2014
5
* Fixed package.json to not install junk from `optionalDependencies`. TIL `optionalDependencies` are still installed. [See #89]
6
package.json
@@ -9,7 +9,7 @@
9
"debugging",
10
"exceptions"
11
],
12
- "version": "0.7.1",
+ "version": "0.7.2",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"author": "Matt Robenolt <[email protected]>",
15
"license": "BSD",
0 commit comments