rollbar-gem icon indicating copy to clipboard operation
rollbar-gem copied to clipboard

feature: update rollbar-js 2.25.0

Open eliten00b opened this issue 2 years ago • 1 comments

Description of the change

Rollbar.js updates:

  • 2.25.0
    • Security update, addresses https://github.com/advisories/GHSA-fwr7-v2mv-hh25
    • Improved Typescript types
    • Improved CSP error detection compatibility
    • Improved network telemetry
    • Support new Error Cause standard (https://github.com/tc39/proposal-error-cause)
  • 2.24.1
    • Fix transform declaration (Typescript), https://github.com/rollbar/rollbar.js/pull/981
    • Handle circular references in custom data, https://github.com/rollbar/rollbar.js/pull/990
  • 2.24.0
    • Node.js: Supports capturing code context from sourcesContent in the source map file, https://github.com/rollbar/rollbar.js/pull/959
  • 2.23.0
    • Added ability to use async transform function, https://github.com/rollbar/rollbar.js/pull/953

Type of change

  • [ ] Bug fix (non-breaking change that fixes an issue)
  • [x] New feature (non-breaking change that adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Maintenance
  • [ ] New release

Related issues

  • Fix https://github.com/rollbar/rollbar-gem/issues/1076

Checklists

Development

  • [x] Lint rules pass locally
  • [x] The code changed/added as part of this pull request has been covered with tests
  • [x] All tests related to the changed code pass in development

Code review

  • [x] This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • [ ] "Ready for review" label attached to the PR and reviewers assigned
  • [ ] Issue from task tracker has a link to this pull request
  • [ ] Changes have been reviewed by at least one other engineer

eliten00b avatar Jul 01 '22 18:07 eliten00b

+1 would love to get rid of the banner image

kleinjm avatar Jul 06 '22 20:07 kleinjm