@bigbinary/neeto-commons-frontend 2.0.84 → 2.0.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.0.84",
3
+ "version": "2.0.86",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -136,7 +136,7 @@ var HoneybadgerErrorBoundary = function HoneybadgerErrorBoundary(_ref) {
136
136
  var honeybadger = react.Honeybadger.configure({
137
137
  apiKey: globalProps.honeybadgerApiKey,
138
138
  environment: globalProps.railsEnv,
139
- revision: process.env.HEROKU_SLUG_COMMIT,
139
+ revision: globalProps.honeybadgerRevision,
140
140
  developmentEnvironments: ["development", "test"],
141
141
  enableUncaught: true,
142
142
  async: true,