1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: node-raven-js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11~)
, nodejs
Standards-Version: 4.2.1
Homepage: https://github.com/getsentry/raven-js
Vcs-Git: https://salsa.debian.org/js-team/node-raven-js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-raven-js
Package: node-raven-js
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: JavaScript client for Sentry
This module provides javascript client interface for the Sentry error logger.
Sentry provides real-time crash reporting for your web apps, mobile apps, and
games.
.
Node.js is an event-based server-side JavaScript engine.
|