Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError for undefined response properties in InfluxDBReporter
Related to #41 Add a check to handle undefined response properties in `InfluxDBReporter.request` function. * Add a check to ensure `args.response` is defined before accessing its properties. * Log an error message and skip the current request if `args.response` is undefined.
- Loading branch information