This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding Bugsnag integration * Testing bugsnag reporting * Testing bugsnag in publish function * Integrate with error handler * Switched to the fork * Revert first test * Revert test code
- Loading branch information
1 parent
63674c8
commit dec3c64
Showing
4 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -989,6 +989,14 @@ [email protected], buffer@^4.9.0: | |
ieee754 "^1.1.4" | ||
isarray "^1.0.0" | ||
|
||
"bugsnag@https://github.com/redbadger/bugsnag-node#d877e32aab8b7d507ed3b66cd487e3d3b137dcd1": | ||
version "1.9.0" | ||
resolved "https://github.com/redbadger/bugsnag-node#d877e32aab8b7d507ed3b66cd487e3d3b137dcd1" | ||
dependencies: | ||
promise "7.x" | ||
request "2.x" | ||
stack-trace "0.0.9" | ||
|
||
builtin-modules@^1.0.0, builtin-modules@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" | ||
|
@@ -5219,7 +5227,7 @@ promise.pipe@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/promise.pipe/-/promise.pipe-3.0.0.tgz#b8f729867f54353996e6d8e86f3bbd56882e32a6" | ||
|
||
promise@^7.1.1: | ||
promise@7.x, promise@^7.1.1: | ||
version "7.1.1" | ||
resolved "https://registry.yarnpkg.com/promise/-/promise-7.1.1.tgz#489654c692616b8aa55b0724fa809bb7db49c5bf" | ||
dependencies: | ||
|
@@ -5635,7 +5643,7 @@ replaceall@^0.1.6: | |
version "0.1.6" | ||
resolved "https://registry.yarnpkg.com/replaceall/-/replaceall-0.1.6.tgz#81d81ac7aeb72d7f5c4942adf2697a3220688d8e" | ||
|
||
request@^2.55.0, request@^2.69.0, request@^2.72.0, request@^2.79.0: | ||
request@2.x, request@^2.55.0, request@^2.69.0, request@^2.72.0, request@^2.79.0: | ||
version "2.79.0" | ||
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" | ||
dependencies: | ||
|
@@ -6007,6 +6015,10 @@ sshpk@^1.7.0: | |
jsbn "~0.1.0" | ||
tweetnacl "~0.14.0" | ||
|
||
[email protected]: | ||
version "0.0.9" | ||
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.9.tgz#a8f6eaeca90674c333e7c43953f275b451510695" | ||
|
||
stat-mode@^0.2.0: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502" | ||
|