nodejs-error-reporting
nodejs-error-reporting copied to clipboard
Node.js client for Stackdriver Error Reporting: Count, analyze and aggregate the crashes in your running cloud services.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/hapi__hapi | [`^20.0.5` -> `^21.0.0`](https://renovatebot.com/diffs/npm/@types%2fhapi__hapi/20.0.13/21.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
Note: #700 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 3b763879091d5844dc5f46831680f202a7e79f14 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/6d9b159a-ae00-41cd-b399-ad313a63aef2), [Sponge](http://sponge2/6d9b159a-ae00-41cd-b399-ad313a63aef2) status:...
Many tests failed at the same time in this package. * I will close this issue when there are no more failures in this package _and_ there is at least...
During the Node 14 migration, I skipped some handwritten system tests that were silently failing. It seems like no one is responsible for those tests, so it would be worth...
:robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/googleapis/nodejs-error-reporting/compare/v3.0.5...v4.0.0) (2025-11-25) ### ⚠ BREAKING CHANGES * support node 18 ([#776](https://github.com/googleapis/nodejs-error-reporting/issues/776)) * upgrade to Node 14 ([#715](https://github.com/googleapis/nodejs-error-reporting/issues/715)) ### Miscellaneous Chores...
Note: #711 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 3f883e28fa3a9bfd9cb1e07c97b6ae18644e58cb buildURL: [Build Status](https://source.cloud.google.com/results/invocations/65352e73-877c-469f-95a6-f733b82b80e6), [Sponge](http://sponge2/65352e73-877c-469f-95a6-f733b82b80e6) status:...
This library transitively depends on `ent`, which uses the now deprecated node module `punycode`. ``` npm ls ent ... └─┬ ... └─┬ @google-cloud/[email protected] └─┬ @google-cloud/[email protected] └── [email protected] ``` This results...
Given `new ErrorReporting(initConfiguration?: ConfigurationOptions)` and ``` export interface ConfigurationOptions { logLevel?: string | number; ... } ``` A user has no idea what "logLevel" means / will induce with the...