Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Release tracking for sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
harisvsulaiman committed Oct 17, 2017
1 parent 7b0331c commit ca7f514
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.harisvsulaiman.pushy (0.1.5) xenial; urgency=low
com.github.harisvsulaiman.pushy (0.1.6) xenial; urgency=low

* Initial Release.

Expand Down
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const fs = require("fs");
const RAVEN_URL = require("./config").RAVEN_URL;

// @ts-ignore
Raven.config(RAVEN_URL).install();
Raven.config(RAVEN_URL, {
release: "0.1.6"
}).install();

const sessionManager = new SessionManager("dbus");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pushy",
"version": "0.1.5",
"version": "0.1.6",
"main": "index.js",
"license": "GPL-3.0+",
"bin": "index.js",
Expand Down

0 comments on commit ca7f514

Please sign in to comment.