raygun4node
raygun4node copied to clipboard
Node.JS SDK for Raygun
## chore: #148 upgrade examples ### Description :memo: Take the two examples in the repo and upgrade dependencies. Also ensure that they use the `raygun4node` found in the repo, not...
## refactor: #158 fix eslint rule "no-unused-vars" ### Description :memo: - **Purpose**: Fixes the "no-unused-vars" lint rule. - **Approach**: Configured the rule and performed code changes. To allow unused parameters,...
## ci: Update dependabot.yml ### Description :memo: - **Purpose**: Adds examples and GitHub Actions to dependabot config - **Approach**: Update the `dependabot.yml` config file **Type of change** - [x] New...
## ci: Prettier setup ### Description :memo: - **Purpose**: Enforces code formatting using the `prettier` command. - **Approach**: Runs the `prettier` command in dry mode in pull-requests. **Type of change**...
## ci: add PR title checks ### Description :memo: - **Purpose**: Enforce the user of Conventional Commits in PR titles - **Approach**: Adds a GitHub Actions configuration that runs on...
## ci: #145 eslint setup ### Description :memo: Removes deprecated `tslint` and setups `eslint`. - Closes #145 **Type of change** - [x] New feature (non-breaking change which adds functionality) **Updates**...
This seems to be a feature in raygun4js but is missing in this project.
I have a repro of this issue at https://github.com/tansongyang/raygun-webpack-issue-repro. Run `npm run build` in the console. Here's the output: ``` > next build ▲ Next.js 14.1.0 Creating an optimized production...
Hi, i tried to catch errors by `expressHandler`. But it did not work in any case. This is my implementation. ``` app.use(function(err, req, res, next) { res.status(err.status || 500); var...
In order to be better integrated with logging system, such as `winston`, it will be nice if `raygun4node` allows user to provide their own timestamp (from `winston`) when reporting errors