Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rollbar to v2.26.4 #81

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 15, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollbar 2.5.3 -> 2.26.4 age adoption passing confidence

Release Notes

rollbar/rollbar.js (rollbar)

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

Fixes

v2.26.0

Compare Source

v2.25.2

Compare Source

Fixes:

v2.25.1

Compare Source

Updates

v2.25.0

Compare Source

Highlights
Pull requests

v2.24.1

Compare Source

v2.24.0

Compare Source

Node.js: Supports capturing code context from sourcesContent in the source map file, https://github.com/rollbar/rollbar.js/pull/959

v2.23.0

Compare Source

Added ability to use async transform function, https://github.com/rollbar/rollbar.js/pull/953

v2.22.0

Compare Source

Highlights
  • Typescript type updates for config options: CSP errors, local variables
  • Enable basic telemetry for Node.js
  • Enable ignoredMessages for trace chain payloads
  • Enable net timeout and max retries when sending to the Rollbar API
Pull requests

Remove console.log, https://github.com/rollbar/rollbar.js/pull/939
Add TypeScript definitions for CSP error reporting, https://github.com/rollbar/rollbar.js/pull/942
Node.js telemetry - logging and http(s) request, https://github.com/rollbar/rollbar.js/pull/943
Add node 14, 16 to ci, https://github.com/rollbar/rollbar.js/pull/949
Apply ignoredMessages filter to trace_chain occurrences, https://github.com/rollbar/rollbar.js/pull/945
Update ts types for locals, https://github.com/rollbar/rollbar.js/pull/950
Read timeout from options and pass it to the XMLHttpRequest, https://github.com/rollbar/rollbar.js/pull/947

v2.21.1

Compare Source

Highlights

Enables uncaught error capture for Web Workers.

Pull Requests

Enable uncaught error capture for web workers, https://github.com/rollbar/rollbar.js/pull/929

v2.21.0

Compare Source

Revised options for Node.js local variables capture:

  • Load the locals module separately
  • Add options for enable/disable, and uncaughtOnly

v2.20.0

Compare Source

Highlights
  • Capture local variables for Node.js
  • Enable reporting Content Security Policy (CSP) errors
  • Fix wait behavior in async Lambda handler
  • Fix scrubbing of objects that are referenced twice in the payload
  • Update tracer properties
  • Add safelist/blocklist config options and deprecate whitelist/blacklist
  • Update/fix assorted Typescript definitions
Pull requests

Add item and occurrence URL as tags to tracer, https://github.com/rollbar/rollbar.js/pull/889
Improve error callback handling, https://github.com/rollbar/rollbar.js/pull/900
Adds 'scrubPaths' to Configuration interface, https://github.com/rollbar/rollbar.js/pull/899
TypeScript allow undefined LogArgument, https://github.com/rollbar/rollbar.js/pull/907
Enable reporting for CSP errors, https://github.com/rollbar/rollbar.js/pull/903
Wait in async lambda handler, https://github.com/rollbar/rollbar.js/pull/910
Deprecate whitelist/blacklist in favor of safelist/blocklist, https://github.com/rollbar/rollbar.js/pull/911
Enable node.js stack locals capture, https://github.com/rollbar/rollbar.js/pull/902
Enable depth of traversal for node local vars, https://github.com/rollbar/rollbar.js/pull/914
Update type definition, https://github.com/rollbar/rollbar.js/pull/917
Scrub all occurrences of objects seen twice, https://github.com/rollbar/rollbar.js/pull/913

v2.19.4

Compare Source

Highlights
  • Network telemetry fixes
  • TypeScript types for componentized package
  • Set error tag in tracer
Pull requests

Add call to set error tag to true, https://github.com/rollbar/rollbar.js/pull/893
Network telemetry XHR response Content-Type fixes, https://github.com/rollbar/rollbar.js/pull/894
Add ts types for componentized package, https://github.com/rollbar/rollbar.js/pull/892

v2.19.3

Compare Source

Highlights

Fixes several issues with the JSON polyfill.

Pull requests

Allow non-native JSON functions when not using the polyfill, https://github.com/rollbar/rollbar.js/pull/888

v2.19.2

Compare Source

Highlights
  • Fixes uncaught flag in checkIgnore callback
  • Fixes issue when telemetry for XHR request headers is enabled
Pull requests

Ensure checkIgnore receives isUncaught, https://github.com/rollbar/rollbar.js/pull/882
Make setRequestHeader safe after async open, https://github.com/rollbar/rollbar.js/pull/883

v2.19.1

Compare Source

Bumping the version to get the version for browser target in sync.

v2.19.0

Compare Source

Highlights
  • Option for componentized browser package, to reduce bundle size
  • Correct request URLs when using nested routers
  • Remove unneeded npm dependencies
  • Update TypeScript definitions
Pull requests

Remove debug from dependency, https://github.com/rollbar/rollbar.js/pull/871
Support nested routes in the request data and context item payloads, https://github.com/rollbar/rollbar.js/pull/872
Add "addErrorContext" in config type, https://github.com/rollbar/rollbar.js/pull/874
build(deps): bump lodash from 4.17.15 to 4.17.19, https://github.com/rollbar/rollbar.js/pull/875
Option to reduce browser bundle size, https://github.com/rollbar/rollbar.js/pull/817
Remove const declarations, https://github.com/rollbar/rollbar.js/pull/877
Remove buffer-from and use node's Buffer.from, https://github.com/rollbar/rollbar.js/pull/878
Add ts definition for config.host in node/server env, https://github.com/rollbar/rollbar.js/pull/879

v2.18.0

Compare Source

Highlights
  • Allow scrubbing by full path in dot notation (config.scrubPaths)
  • Allow error context to be added as custom data (options.addErrorContext)
Pull requests

Clone the fetch response before reading, https://github.com/rollbar/rollbar.js/pull/868
Allow scrubbing by full path in payload, https://github.com/rollbar/rollbar.js/pull/869
Send error context as custom data, https://github.com/rollbar/rollbar.js/pull/868

v2.17.0

Compare Source

Highlights

Beta Lightstep integration

Pull requests

Update README build status link, https://github.com/rollbar/rollbar.js/pull/856
Add opentracing integration, https://github.com/rollbar/rollbar.js/pull/860
Update naming convention for Lightstep open tracing span tags, https://github.com/rollbar/rollbar.js/pull/864
bump websocket-extensions from 0.1.3 to 0.1.4, https://github.com/rollbar/rollbar.js/pull/866

v2.16.2

Compare Source

Restores originalArgs used by checkIgnore, https://github.com/rollbar/rollbar.js/pull/858

v2.16.1

Compare Source

Fix TypeScript compilation errors, https://github.com/rollbar/rollbar.js/pull/854

v2.16.0

Compare Source

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, https://github.com/rollbar/rollbar.js/pull/847
Update npm dependencies with security updates, https://github.com/rollbar/rollbar.js/pull/846
Fix LambdaHandler type definition to work with async handler functions, https://github.com/rollbar/rollbar.js/pull/849
Diagnostic improvements, https://github.com/rollbar/rollbar.js/pull/850
Allow configuration of stack trace limit, https://github.com/rollbar/rollbar.js/pull/851
Add diagnostic keys for node source maps, https://github.com/rollbar/rollbar.js/pull/852

v2.15.2

Compare Source

Updates for Node only. This build contains no new updates for browser environments.

Pull requests

Fix error while initializing LRU cache, https://github.com/rollbar/rollbar.js/pull/841

v2.15.1

Compare Source

Pull requests

Only build stack for http errors when the feature is enabled, https://github.com/rollbar/rollbar.js/pull/843

v2.15.0

Compare Source

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, https://github.com/rollbar/rollbar.js/pull/804
Enable node 12, https://github.com/rollbar/rollbar.js/pull/808
Fix npm run lint, https://github.com/rollbar/rollbar.js/pull/809
Use correct byte size for truncation, https://github.com/rollbar/rollbar.js/pull/810
Update deprecated uglifier and ensure serialize-javascript >= 2.1.1, https://github.com/rollbar/rollbar.js/pull/811
build(deps): bump handlebars from 4.0.11 to 4.5.3, https://github.com/rollbar/rollbar.js/pull/812
Allow rollbar errors on xhr/fetch http status (4xx/5xx/0), https://github.com/rollbar/rollbar.js/pull/814
Allow matching method names with parens, https://github.com/rollbar/rollbar.js/pull/815
fix: gracefully handle loadFull being called multiple times, https://github.com/rollbar/rollbar.js/pull/815
Update dependencies to remove npm security warnings, https://github.com/rollbar/rollbar.js/pull/820
Remove dev dependency grunt-tagrelease, https://github.com/rollbar/rollbar.js/pull/827
Add CodePush Rewrite Rule, https://github.com/rollbar/rollbar.js/pull/827
Add upload to s3 workflow, https://github.com/rollbar/rollbar.js/pull/831
Use new url format for cdn, https://github.com/rollbar/rollbar.js/pull/834

v2.14.4

Compare Source

This release only affects dist/rollbar.snippet.js.

Sets the CDN path in the snippet to use 2.13.0 until cdnjs issues are resolved.

v2.14.3

Compare Source

Build dist in strict mode, https://github.com/rollbar/rollbar.js/pull/799

v2.14.2

Compare Source

Attempt to get Cloudflare to pick up the latest version. No delta from 2.14.0.

v2.14.0

Compare Source

Highlights
  • Telemetry: Support request/response headers and bodies for XHR and Fetch
  • Scrub telemetry HTTP headers and JSON request/response bodies
  • Better diagnostic info for errors parsed in Node and React Native
  • More robust stack parsing for React Native
Pull Requests

Update TypeScript types, https://github.com/rollbar/rollbar.js/pull/786
Network telemetry improvements, https://github.com/rollbar/rollbar.js/pull/787
CaptureEvent should handle ambiguous args, https://github.com/rollbar/rollbar.js/pull/788
Bump dep versions in examples, https://github.com/rollbar/rollbar.js/pull/789
Better semver for node source map deps, https://github.com/rollbar/rollbar.js/pull/790
Store original error in server and react native targets, https://github.com/rollbar/rollbar.js/pull/794
Use error-stack-parser for react native, https://github.com/rollbar/rollbar.js/pull/795
Add source map config to webpack example, https://github.com/rollbar/rollbar.js/pull/796

v2.13.0

Compare Source

Highlights
  • Better error class names for grouping (#​779 #​781)
  • Add Code Push path mapping for React Native
  • Add config option to set/override React Native path matching
Pull requests

Optionally guess error class when missing, https://github.com/rollbar/rollbar.js/pull/779
Enable react-native path rewrite from config, https://github.com/rollbar/rollbar.js/pull/780
Use most specific error name, https://github.com/rollbar/rollbar.js/pull/781
Travis chrome 62, https://github.com/rollbar/rollbar.js/pull/782

v2.12.3

Compare Source

Highlights
  • Updated TypeScript types
  • Improved handling of strict mode environments
Pull requests

Update TypeScript types for config object, https://github.com/rollbar/rollbar.js/pull/776
Recover from read-only window.console object, https://github.com/rollbar/rollbar.js/pull/778

v2.12.2

Compare Source

Pull requests

Chrome 76 uses return value of prepareStackTrace, https://github.com/rollbar/rollbar.js/pull/773

v2.12.1

Compare Source

Pull requests

Ensure stack is preserved on Chrome, https://github.com/rollbar/rollbar.js/pull/772

v2.12.0

Compare Source

Highlights
  • CC related scrub fields, and scrub http request body
  • Don't wrap global event handlers, improving stack trace accuracy
  • Improve trace_chain handling
  • Fix edge case for Chrome anonymous errors
Pull Requests

Add cvc as a scrub field, https://github.com/rollbar/rollbar.js/pull/763
Add ccmonth, ccyear, and ccname as a scrubFields, https://github.com/rollbar/rollbar.js/pull/764
Scrub request body, https://github.com/rollbar/rollbar.js/pull/766
Change default for wrapGlobalEventHandlers, https://github.com/rollbar/rollbar.js/pull/767
Apply hostWhiteList/hostBlackList to trace_chain, https://github.com/rollbar/rollbar.js/pull/768
Prevent prepareStackTrace from picking up stray errors, https://github.com/rollbar/rollbar.js/pull/769

v2.11.0

Compare Source

Highlights
  • Adds the original error to the notifier.diagnostic key
  • Allows disable of global event wrappers
Pull requests

Add raw error diagnostic; fix key format for API payload, https://github.com/rollbar/rollbar.js/pull/760
Allow disable of global event wrappers, https://github.com/rollbar/rollbar.js/pull/761

v2.10.0

Compare Source

Highlights
  • New ignoreDuplicateErrors config flag
  • Better handling of onerror with arbitrary arguments
  • Informative message when a Rollbar event is sent with no message
  • Web workers fix when using the Rollbar logger
  • Send DOMException using trace_chain for better grouping
Pull requests

Add ignoreDuplicateErrors config flag, https://github.com/rollbar/rollbar.js/pull/755
Use better message when rollbar.log is called with null or missing arguments, https://github.com/rollbar/rollbar.js/pull/756
Improve detection of chrome anonymous errors vs omitting the error arg, https://github.com/rollbar/rollbar.js/pull/757
Fix browser detection inside web workers, https://github.com/rollbar/rollbar.js/pull/758
Send DOMException as trace_chain; allow nested errors in browser SDK, https://github.com/rollbar/rollbar.js/pull/759

v2.9.0

Compare Source

Highlights

Adds diagnostic keys to the payload.

Pull Requests

Add configured options to payload notifier object, https://github.com/rollbar/rollbar.js/pull/753
Add diagnostic key for anonymous errors, https://github.com/rollbar/rollbar.js/pull/754

v2.8.1

Compare Source

Fixes two issues in 2.8.0:

v2.8.0

Compare Source

Highlights

Source map support for Node.js environments. Works for TypeScript and any other source maps.

Enhanced error reports for Chrome anonymous errors. Greatly reduces the number of "Script Error" events.

Pull requests

v2.7.1

Compare Source

Fix for UMD:

v2.7.0

Compare Source

Pull Requests:

v2.6.1

Compare Source

Resolved Pull Requests

v2.6.0

Compare Source

Highlights
  • Supports external RollbarProxy class to capture all Rollbar API payloads before send.
  • Adds buildJsonPayload() and sendJsonPayload() SDK methods for managing and sending Rollbar API payloads as JSON.
Resolved Pull Requests

v2.5.5

Compare Source

Highlights
  • Improved TypeScript types for LambdaHandler
  • Improved Angular performance
  • Handle Firefox NS_* type errors
  • New and/or updated examples:
    • Chrome Extension
    • Angular
    • React
    • Webpack
Resolved Pull Requests

v2.5.4

Compare Source

  • If we already handled an error inside a wrap, don't do it again #​709
  • chore: Add wait type def #​706
  • Allow telemetry captureEvent to specify optional event type #​704
  • Support web workers by passing gWindow instead of window #​703

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency rollbar to v2.5.4 Update dependency rollbar to v2.5.5 Apr 8, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.5.5 Update dependency rollbar to v2.6.0 Apr 22, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.6.0 Update dependency rollbar to v2.6.1 Apr 25, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.6.1 Update dependency rollbar to v2.7.0 May 15, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.7.0 Update dependency rollbar to v2.7.1 May 22, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.7.1 Update dependency rollbar to v2.8.1 Jul 13, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.8.1 Update dependency rollbar to v2.11.0 Aug 10, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.11.0 Update dependency rollbar to v2.12.2 Aug 23, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.12.2 Update dependency rollbar to v2.12.3 Sep 4, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.12.3 Update dependency rollbar to v2.13.0 Oct 2, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.13.0 Update dependency rollbar to v2.14.3 Nov 11, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.14.3 Update dependency rollbar to v2.14.4 Nov 21, 2019
@renovate renovate bot changed the title Update dependency rollbar to v2.14.4 Update dependency rollbar to v2.15.0 Mar 10, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.15.0 Update dependency rollbar to v2.15.2 Apr 29, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.15.2 Update dependency rollbar to v2.16.1 May 15, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.16.1 Update dependency rollbar to v2.17.0 Jul 2, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.17.0 Update dependency rollbar to v2.19.3 Aug 27, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.19.3 Update dependency rollbar to v2.19.4 Oct 27, 2020
@renovate renovate bot changed the title Update dependency rollbar to v2.19.4 Update dependency rollbar to v2.20.0 Jan 31, 2021
@renovate renovate bot changed the title Update dependency rollbar to v2.20.0 Update dependency rollbar to v2.21.1 Apr 26, 2021
@renovate renovate bot changed the title Update dependency rollbar to v2.21.1 Update dependency rollbar to v2.22.0 Jun 6, 2021
@renovate renovate bot changed the title Update dependency rollbar to v2.22.0 Update dependency rollbar to v2.24.0 Oct 18, 2021
@renovate renovate bot changed the title Update dependency rollbar to v2.24.0 Update dependency rollbar to v2.24.1 Mar 26, 2022
@renovate renovate bot changed the title Update dependency rollbar to v2.24.1 Update dependency rollbar to v2.25.0 Apr 24, 2022
@renovate renovate bot changed the title Update dependency rollbar to v2.25.0 Update dependency rollbar to v2.25.2 Nov 20, 2022
@renovate renovate bot changed the title Update dependency rollbar to v2.25.2 Update dependency rollbar to v2.26.1 Mar 16, 2023
@renovate renovate bot changed the title Update dependency rollbar to v2.26.1 Update dependency rollbar to v2.26.2 Jun 29, 2023
@renovate renovate bot changed the title Update dependency rollbar to v2.26.2 Update dependency rollbar to v2.26.3 Feb 15, 2024
@renovate renovate bot changed the title Update dependency rollbar to v2.26.3 Update dependency rollbar to v2.26.4 Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants