Releases: rollbar/rollbar.js
v2.18.0
v2.17.0
v2.16.2
v2.16.1
v2.16.0
Highlights
- Allow callbacks (
onSendCallback
,CheckIgnore
,transform
) in react-native target - Update TypeScript type for LambdaHandler to work with async call signature
- Allow increasing the stack trace limit in Chrome, Safari, and Node
Pull requests
Enable onSendCallback and transform callback for react-native, #847
Update npm dependencies with security updates, #846
Fix LambdaHandler type definition to work with async handler functions, #849
Diagnostic improvements, #850
Allow configuration of stack trace limit, #851
Add diagnostic keys for node source maps, #852
v2.15.2
v2.15.1
v2.15.0
Highlights
- Fixes wrong byte count for truncation
- Allow rollbar errors on xhr/fetch http status (4xx/5xx/0)
- Correctly parse method names with parens in stack traces
- gracefully handle loadFull being called multiple times
- Add CodePush Rewrite Rule
- Enable new CDN
Pull requests
Update vows package to fix util dependency, #804
Enable node 12, #808
Fix npm run lint, #809
Use correct byte size for truncation, #810
Update deprecated uglifier and ensure serialize-javascript >= 2.1.1, #811
build(deps): bump handlebars from 4.0.11 to 4.5.3, #812
Allow rollbar errors on xhr/fetch http status (4xx/5xx/0), #814
Allow matching method names with parens, #815
fix: gracefully handle loadFull being called multiple times, #815
Update dependencies to remove npm security warnings, #820
Remove dev dependency grunt-tagrelease, #827
Add CodePush Rewrite Rule, #827
Add upload to s3 workflow, #831
Use new url format for cdn, #834