Skip to content

Commit

Permalink
chore: Prepare for Release 0.14.0 (#179)
Browse files Browse the repository at this point in the history
* refactor: #158 configure no-unreachable eslint rule

* refactor: #158 remove no-useless-catch eslint rule

* set version 0.14.0

* update changelog

* Update package.json

Co-authored-by: Sumitra Manga <[email protected]>

* add Error reporting to keywords

* update license copyright year

* updated URL

* added more keywords

* moar keywords

---------

Co-authored-by: Sumitra Manga <[email protected]>
  • Loading branch information
miquelbeltran and sumitramanga committed May 6, 2024
1 parent 93b0df5 commit d7f5a9d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.0
- Upgrade dependencies
- Support for Node v20

## 0.13.2
- Fix batch transport keeping process alive
- Fix batch transport stalling on huge errors
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Raygun Limited
Copyright (c) 2024 Raygun Limited

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ curl
All requests use the same authentication methods as the upload call (Basic Authentication and Token Authentication).

### Examples
View a screencast on creating an app with Node.js and Express.js, then hooking up the error handling and sending them at [http://raygun.io/blog/2013/07/video-nodejs-error-handling-with-raygun/](http://raygun.io/blog/2013/07/video-nodejs-error-handling-with-raygun/)
View a screencast on creating an app with Node.js and Express.js, then hooking up the error handling and sending them at [https://raygun.com/blog/2013/07/video-nodejs-error-handling-with-raygun/](https://raygun.com/blog/2013/07/video-nodejs-error-handling-with-raygun/)

### Debug Logging
You can enable logging of debug information from the Raygun client by setting the environment variable `DEBUG=raygun`. The client will then log information about transporting and storing errors, including timing information.
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raygun",
"description": "Raygun.io package for Node, written in TypeScript",
"version": "0.13.2",
"description": "Raygun package for Node.js, written in TypeScript",
"version": "0.14.0",
"homepage": "https://github.com/MindscapeHQ/raygun4node",
"author": {
"name": "MindscapeHQ",
Expand Down Expand Up @@ -68,5 +68,14 @@
"stack-trace": "0.0.10",
"uuid": "^9.0.1"
},
"keywords": []
"keywords": [
"APM",
"crash",
"debug",
"error",
"logging",
"raygun",
"reporting",
"tracking"
]
}

0 comments on commit d7f5a9d

Please sign in to comment.