Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raven - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

package.json

@@ -12,3 +12,3 @@ {

],
"version": "0.7.0",
"version": "0.7.1",
"repository": "git://github.com/getsentry/raven-node.git",

@@ -39,5 +39,3 @@ "author": "Matt Robenolt <matt@ydekproductions.com>",

"nock": "~0.28.2",
"should": "~3.3.1"
},
"optionalDependencies": {
"should": "~3.3.1",
"connect": "*",

@@ -44,0 +42,0 @@ "express": "*",

@@ -190,9 +190,9 @@ # Raven [![Build Status](https://secure.travis-ci.org/getsentry/raven-node.png?branch=master)](http://travis-ci.org/getsentry/raven-node)

```javascript
var client = new raven.Client('{{ SENTRY_DSN }}', { stackFunction: {{ Your stack function }}});
```coffeescript
client = new raven.Client('{{ SENTRY_DSN }}', { stackFunction: {{ Your stack function }}});
```
So for example:
```javascript
var client = new raven.Client('{{ SENTRY_DSN }}', {
```coffeescript
client = new raven.Client('{{ SENTRY_DSN }}', {
stackFunction: Error.prepareStackTrace

@@ -199,0 +199,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc