Open greenkeeper[bot] opened 6 years ago
After pinning to 2.4.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 33 commits.
4da24ab
Release v2.4.2
87d8fe8
Merge pull request #636 from faibl/update-type-definitions
766c678
Merge branch 'master' into update-type-definitions
0bdb292
Merge pull request #637 from rollbar/iss597
a35b255
Merge pull request #634 from rollbar/iss585
5361f55
make timeout capturing configurable
e1d8b81
Merge pull request #635 from rollbar/iss592
68f6a70
Merge pull request #633 from rollbar/iss486
701771c
Merge pull request #632 from rollbar/iss580
d9aa706
missing semicolon
7767aef
Merge pull request #631 from rollbar/iss344
e22e82a
Do not return result of inner handler for lambda
4780168
updated typescript type declarations from 2.3.3 to 2.4.2
fb882d1
Handle Symbols in formatArgsAsString
53c61ad
also pass the callback to the timeoutHandler
There are 33 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 10 commits.
2a3eadb
Release v2.4.3
bc872ba
Merge pull request #651 from rollbar/iss642
ce83884
Stringify rejected promise reason
9fca581
Merge pull request #649 from rollbar/iss648
cd3e442
make rate limiter a little more resilient
5bd296c
Add filterTelemetry to index.d.ts
5c4e94b
Merge pull request #645 from rollbar/iss644
eadee98
Properly call the existing onerror handler if set
14f5e09
Merge pull request #639 from rollbar/prototype-again
b3ab20f
Fix for Prototypejs
See the full diff
Your tests are still failing with this version. Compare the changes π¨
transform
as second paramYour tests are still failing with this version. Compare the changes π¨
The new version differs by 8 commits.
da4795d
Merge pull request #661 from rollbar/v2-4-5
335559e
Release v2.4.5
ab9f63b
Merge pull request #660 from rollbar/iss655-pass-merged-config
32c6e3a
pass down merged config
ecd3520
Merge pull request #657 from ninjz/rn-set-person
fa062d2
fix(review): configure after this.options assignment
c98cada
fix(ci_test): use utility merge function instead of spread operator
afed29f
fix(setPerson): configure notifier and telemeter with payload params
See the full diff
Your tests are still failing with this version. Compare the changes π¨
dependency
rollbar was updated from 2.4.6
to 2.4.7
.Your tests are still failing with this version. Compare changes
dependency
rollbar was updated from 2.4.7
to 2.5.0
.Your tests are still failing with this version. Compare changes
This is a minor version release because the meaning of the scrubFields
configuration option has changed slightly. If you upgrade without any changes we may end up scrubbing more fields than you had before. Please see the second bullet point below for how this has changed.
The way we work with network requests for telemetry is a bit janky because of how XHR requests work and because we want to capture data without manual instrumentation. We do this via a monkey patch, this release changes a little bit of the semantics of that monkey patch to try to capture telemetry data in more cases. (#682)
When you set the scrubFields
configuration option, we have two choices, we either:
If we do the first then how do you remove things you don't want scrubbed but which are in the default list? If we do the second, how do you add all of the defaults without having to copypasta them from our code?
This release introduces the configuration boolean overwriteScrubFields
which will determine which of the above two behaviours we follow. By default we will concat the scrubFields
in the configuration that you set with the default set of fields defined in our package.json. If you set overwriteScrubFields
to true then we will instead use your scrubFields
value by itself ignoring whatever is currently set.
(#684)
The new version differs by 7 commits.
fd7f22d
Release v2.5.0
3027a29
Merge pull request #684 from rollbar/expose-options-to-ts-for-debugging
6b3c197
Handle scrubFields specially to concat by default and provide a boolean to overwrite
adeb139
Concat configured scrub fields with default
5d0a160
Merge pull request #682 from rollbar/telemetry-rework
b50fd24
Run the telemetry filter at capture time to handle the majority of cases, but re-run on the way out of copy to handle network telemetry event race conditions
3953b16
XHR readyState and network telemetry
See the full diff
dependency
rollbar was updated from 2.5.0
to 2.5.1
.Your tests are still failing with this version. Compare changes
The new version differs by 7 commits.
85cd101
Release v2.5.1
16b0d1a
Merge pull request #690 from rollbar/iss683
d0b7ade
Add maxTelemetryEvents to types and clean up a bunch of nits
aca3c3a
Add lgtm.yml configuration
f9677cf
Merge pull request #687 from rollbar/error-class
db5aad9
handle minified constructor names a little better
77b3c27
Use the constructor name on the error if there is one
See the full diff
dependency
rollbar was updated from 2.5.2
to 2.5.3
.Your tests are still failing with this version. Compare changes
The new version differs by 14 commits.
f725fc9
Release v2.5.3
9072ebf
Merge pull request #703 from pbiggar/support-web-workers-gwindow
9fbcef5
Support web workers by passing gWindow instead of window
b64d670
Merge pull request #701 from rollbar/better-lambdaHandler
1e79591
Handle async lambda functions better
c9f59e8
Release v2.5.2
2ed1186
Merge pull request #696 from rollbar/lambda-async
ab37c9d
Support async handler functions as input to the lambdaHandler
6e66658
Merge pull request #693 from rollbar/update-express
fdf9f9a
update node from 4?????
3c7c1a3
fix security issues in development dependencies, fix lint
172acfa
Merge pull request #689 from xcorail/master
e4abbc8
Merge branch 'master' into master
0ea422e
Add LGTM.com code quality badges
See the full diff
dependency
rollbar was updated from 2.5.3
to 2.5.4
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
0ea6f38
Release v2.5.4
4f5586a
Merge pull request #704 from rollbar/wj-telemetry-event-with-type
f5898c3
Merge pull request #709 from rollbar/dont-trample-wrapped-context
96c2b14
also don't copy our prop over
ffea9be
If we already handled an error inside a wrap, don't do it again
f372057
use prefix increment/decrement in for loops
0a080d2
refactor while loops to for loops
9c3a7e4
Merge pull request #706 from ryanburr/chore/typedef-wait
26333a9
Update vendor/JSON-js to latest
98e430e
chore: Add wait type def
4188270
allow telemetry captureEvent to specify optional event type
See the full diff
dependency
rollbar was updated from 2.5.4
to 2.5.5
.Your tests are still failing with this version. Compare changes
The new version differs by 32 commits.
a4fa6f2
Release v2.5.5
ddc2807
Merge pull request #719 from rollbar/wj-react-example
e9b7813
Merge pull request #718 from rollbar/wj-webpack-example
e95ae03
switch default browser from PhantomJS to Chrome
b0db687
add react example
e652406
test: add webpack example, with test automation
94300b2
Merge pull request #717 from rollbar/wj-ff-exception-type
8a8891c
Merge pull request #716 from rollbar/wj-angular-zones
570a5b4
test: add tests for angular2 example
ccb3dfe
test: add AOT files for rollbat.js test automation
63c8edc
test: update angular example to enable rollbar.js test automation
f784eea
test: add chai after "expect" library, preserving current use of expect
0c479db
test: angular2 example, add basic log send test
410638f
test: enable karma proxy for example assets
2f80be0
test: comply with strict mode
There are 32 commits in total.
See the full diff
dependency
rollbar was updated from 2.5.5
to 2.6.0
.Your tests are still failing with this version. Compare changes
RollbarProxy
class to capture all Rollbar API payloads before send.buildJsonPayload()
and sendJsonPayload()
SDK methods for managing and sending Rollbar API payloads as JSON.The new version differs by 7 commits.
d1af131
Release v2.6.0
1e13b12
Merge pull request #724 from rollbar/wj-json-payload
21553e9
Merge pull request #721 from rollbar/wj-cordova
ea30ba1
feat: if RollbarProxy is defined, use the proxy to send all Rollbar events
0eb36b4
test: update tests for buildJsonPayload(), sendJsonPayload()
11f32fb
test: update webpack example to demonstrate buildJsonPayload(), sendJsonPayload()
d2b8b36
feat: add buildJsonPayload(), sendJsonPayload() to enable deferred send
See the full diff
dependency
rollbar was updated from 2.6.0
to 2.6.1
.Your tests are still failing with this version. Compare changes
dependency
rollbar was updated from 2.6.1
to 2.7.0
.Your tests are still failing with this version. Compare changes
Pull Requests:
The new version differs by 10 commits.
fa0843d
Release v2.7.0
ca1d6f1
Merge pull request #731 from rollbar/wj-cancel-lambda-timer
6a9d7ca
Merge pull request #729 from rollbar/wj-capture-uncaught
cafe22d
Merge pull request #730 from rollbar/wj-rate-limits
958ea0d
fix: clear timer to avoid unexpected "Function timed out" errors
8a0b208
feat: enable rate limiting for node/server
2a8f44f
feat: allow enable/disable uncaught errors and rejections in Rollbar.configure
d35e544
Merge pull request #727 from rollbar/wj-react-native-tests
c612630
test: add tests for react-native build
41dba62
build: migrate to webpack 4
See the full diff
dependency
rollbar was updated from 2.7.0
to 2.7.1
.Your tests are still failing with this version. Compare changes
dependency
rollbar was updated from 2.7.1
to 2.8.0
.Your tests are still failing with this version. Compare changes
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.
The new version differs by 13 commits.
a970220
Release v2.8.0
9180e05
Merge pull request #745 from rollbar/wj-error-boundary
8510bb3
Merge pull request #744 from rollbar/wj-anonymous-errors
b4e6a37
test: add example and test for react error boundaries
06279e5
chore: node 10+ needs updated natives
b63d683
fix: add try/catch for the unexpected
9fcca5c
Merge pull request #736 from rollbar/wj-transmit-flag
3b474e9
Merge pull request #738 from rollbar/wj-node-source-maps
a41ac93
fix: use callback for non-transmitted items
2b0ce76
feat: enhanced error report for anonymous errors
5a41cce
test: tests for Node/TypeScript source maps
e6bce32
feat: node.js (TypeScript) source maps
e60cab0
feat: add transmit option flag
See the full diff
dependency
rollbar was updated from 2.8.0
to 2.8.1
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
f066fab
Release v2.8.1
8ed60db
Merge pull request #748 from rollbar/wj-update-dependencies
0184650
fix: update dependencies
fb2aeb9
Merge pull request #747 from rollbar/wj-add-handleAnonymousErrors-to-shim
e7662eb
build: update snippet
cf52b15
fix: add handleAnonymousErrors to snippet
See the full diff
dependency
rollbar was updated from 2.8.1
to 2.9.0
.Your tests are still failing with this version. Compare changes
Adds diagnostic keys to the payload.
Add configured options to payload notifier object, #753
Add diagnostic key for anonymous errors, #754
The new version differs by 5 commits.
b432344
Release v2.9.0
0d0a01f
Merge pull request #754 from rollbar/wj-diagnostic-anonymous
55d2d7c
feat: add diagnostic key for anonymous errors
b144a0f
Merge pull request #753 from rollbar/wj-diagnostic-config
c81fddf
feat: add configured options to payload notifier object
See the full diff
dependency
rollbar was updated from 2.9.0
to 2.10.0
.Your tests are still failing with this version. Compare changes
ignoreDuplicateErrors
config flagonerror
with arbitrary argumentstrace_chain
for better groupingAdd ignoreDuplicateErrors config flag, #755
Use better message when rollbar.log is called with null or missing arguments, #756
Improve detection of chrome anonymous errors vs omitting the error arg, #757
Fix browser detection inside web workers, #758
Send DOMException as trace_chain; allow nested errors in browser SDK, #759
The new version differs by 13 commits.
50bc646
Release v2.10.0
ad54665
Merge pull request #759 from rollbar/wj-domexception-trace-chain
9811a96
feat: send DOMException as trace_chain; allow nested errors in browser SDK
c808ecd
Merge pull request #757 from rollbar/wj-onerror-args-fix
c020a9c
test: add test for direct call to onerror
186563e
fix: improve detection of chrome anonymous errors vs omitting the error arg
335806c
Merge pull request #756 from rollbar/wj-null-arguments
efd3349
fix: use better message when rollbar.log is called with null or missing arguments
c90c91b
Merge pull request #755 from rollbar/wj-transmit-duplicate-errors
fa6d04f
Merge pull request #758 from ClearCalcs/browser_detection_workers
a9d335c
Fix browser detection inside web workers
ea85092
fix: convert transmitDuplicateErrors flag to ignoreDuplicateErrors
6fb5eee
feat: add transmitDuplicateErrors config flag
See the full diff
dependency
rollbar was updated from 2.10.0
to 2.11.0
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
d0c8f42
Release v2.11.0
1c97825
hotfix: typo
8464ad2
Merge pull request #761 from rollbar/wj-global-event-wrapper-flag
0e83454
Merge pull request #760 from rollbar/wj-store-raw-error
52c75eb
feat: allow disable of global event wrappers
0b28d7e
add raw error diagnostic; fix key format for API payload
See the full diff
dependency
rollbar was updated from 2.11.0
to 2.12.0
.Your tests are still failing with this version. Compare changes
Add cvc as a scrub field, #763
Add ccmonth, ccyear, and ccname as a scrubFields, #764
Scrub request body, #766
Change default for wrapGlobalEventHandlers, #767
Apply hostWhiteList/hostBlackList to trace_chain, #768
Prevent prepareStackTrace from picking up stray errors, #769
The new version differs by 16 commits.
03d27f5
Release v2.12.0
0ffa715
Merge pull request #769 from rollbar/wj-delay-waking-v8-hook
3946ce9
Merge pull request #768 from rollbar/wj-trace-chain-white-black-list
0441321
Merge pull request #767 from rollbar/wj-default-no-global-wrappers
256b145
Merge pull request #766 from rollbar/wj-scrub-request-body
0540630
fix: prevent prepareStackTrace from picking up stray errors
311adc5
fix: apply hostWhiteList/hostBlackList to trace_chain
48cd00f
feat: change default for wrapGlobalEventHandlers
2e664a3
fix: fix regex that will match anything; then fix test case that fails with fixed regex
5204813
feat: scrub JSON request body when enabled (default)
f655de9
chore: don't show perf warnings for test scripts
86ab556
chore: fix rollbar version in package-lock
cd37d02
Merge pull request #763 from Tsuyoshi84/add_cvc
e277d9e
Merge pull request #764 from IKKO-Ohta/add_ccmonth_ccyear_and_ccname
1609510
fix: add ccmonth, ccyear, and ccname as a scrubFields
There are 16 commits in total.
See the full diff
dependency
rollbar was updated from 2.12.0
to 2.12.1
.Your tests are still failing with this version. Compare changes
dependency
rollbar was updated from 2.12.1
to 2.12.2
.Your tests are still failing with this version. Compare changes
dependency
rollbar was updated from 2.12.2
to 2.12.3
.Your tests are still failing with this version. Compare changes
Update TypeScript types for config object, #776
Recover from read-only window.console object, #778
The new version differs by 6 commits.
c113dfd
Release v2.12.3
dcf46b1
Merge pull request #778 from rollbar/wj-console-getter-only
9c1b07e
fix: recover from read-only window.console object
af17db3
test: deregister telemetry hooks between tests
e76887d
Merge pull request #776 from rollbar/wj-ts-nodesourcemaps
5f8eec8
fix: update TypeScript types for config object
See the full diff
dependency
rollbar was updated from 2.12.3
to 2.13.0
.Your tests are still failing with this version. Compare changes
Optionally guess error class when missing, #779
Enable react-native path rewrite from config, #780
Use most specific error name, #781
Travis chrome 62, #782
The new version differs by 9 commits.
bb925a9
Release v2.13.0
b1d84a0
Merge pull request #781 from rollbar/wj-most-specific-error-name
3b277b4
fix: use most specific error name
751fdeb
Merge pull request #782 from rollbar/wj-allow-travis-chrome-62
2002afe
test: accommodate travis chrome at v62
3bf950e
Merge pull request #780 from rollbar/wj-rewrite-filename-from-config
6aecd4c
feat: enable react-native path rewrite from config
7741316
Merge pull request #779 from rollbar/wj-optional-guess-error-class
5527685
feat: optionally guess error class when missing
See the full diff
dependency
rollbar was updated from 2.13.0
to 2.14.0
.Your tests are still failing with this version. Compare changes
Update TypeScript types, #786
Network telemetry improvements, #787
CaptureEvent should handle ambiguous args, #788
Bump dep versions in examples, #789
Better semver for node source map deps, #790
Store original error in server and react native targets, #794
Use error-stack-parser for react native, #795
Add source map config to webpack example, #796
The new version differs by 23 commits.
eda7625
Release v2.14.0
f7fd408
Merge pull request #796 from rollbar/wj-webpack-source-map-example
f47a477
test: add source map config to webpack example
d794f65
Merge pull request #795 from rollbar/wj-react-native-error-parser
9921f0c
feat: use error-stack-parser for react native
8d4492b
Merge pull request #794 from rollbar/wj-diagnostic-error
feebefc
fix: store original error in server and rn targets
c21ba3b
chore: better semver for node source map deps
65d558f
Merge pull request #790 from rollbar/wj-node-deps-semver
36f483f
Merge pull request #788 from rollbar/wj-capture-event-fix
cdf2fa8
chore: better semver for node source map deps
edbf923
Merge pull request #789 from rollbar/wj-github-sec-warnings
631bd65
chore: bump dep versions in examples
322868b
fix: captureEvent should handle ambiguous args
bf9a2ef
Merge pull request #787 from rollbar/wj-scrub-network-telemetry
There are 23 commits in total.
See the full diff
dependency
rollbar was updated from 2.14.0
to 2.14.2
.Your tests are still failing with this version. Compare changes
Attempt to get Cloudflare to pick up the latest version. No delta from 2.14.0.
dependency
rollbar was updated from 2.14.2
to 2.14.3
.Your tests are still failing with this version. Compare changes
Build dist in strict mode, #799
dependency
rollbar was updated from 2.14.3
to 2.14.4
.Your tests are still failing with this version. Compare changes
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.
dependency
rollbar was updated from 2.14.4
to 2.15.0
.Your tests are still failing with this version. Compare changes
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
The new version differs by 46 commits.
98afc15
Release v2.15.0
d731a9c
Merge pull request #836 from rollbar/wj-cache-control
2d0cc2e
fix: cache-control arg formatting
be56bfa
Merge pull request #835 from rollbar/wj-cache-control
e5cab20
fix: add cache-control
311bb0b
Merge pull request #834 from rollbar/wj-update-cdn-url
8a77a63
chore: use new url format for cdn
9ffc13b
Merge pull request #833 from rollbar/wj-trigger-on-create
88a432c
chore: trigger s3 workflow on release created
0983c33
Add upload to s3 workflow (#831)
80aa38f
Merge pull request #825 from rollbar/dependabot/npm_and_yarn/mixin-deep-1.3.2
2d8812a
Merge pull request #829 from yosimasu/issues/code-push-rewrite-rule
53313b5
Add CodePush Rewrite Rule
f452aac
Merge pull request #827 from rollbar/wj-remove-grunt-tagrelease
e4fa340
fix: remove dev dependency grunt-tagrelease
There are 46 commits in total.
See the full diff
dependency
rollbar was updated from 2.15.0
to 2.15.1
.Your tests are still failing with this version. Compare changes
Only build stack for http errors when the feature is enabled, #843
The new version differs by 8 commits.
fc5e3b2
Release v2.15.1
802b5ce
Merge pull request #843 from rollbar/wj-http-error-stack
8d1312c
fix: only build stack for http errors when the feature is enabled
3792739
Merge pull request #830 from rollbar/wj-ignoredMessages-regex-test
2a8ec70
Merge pull request #838 from rollbar/dependabot/npm_and_yarn/acorn-6.4.1
bab73db
build(deps): bump acorn from 6.4.0 to 6.4.1
bf65a86
test: add a couple more regex tests for ignoredMessages
bd2031d
test: test ignoredMessages with regex including escaped literal
See the full diff
Version 2.4.1 of rollbar was just published.
rollbar
This version is covered by your current version range and after updating it in your project the build failed.
rollbar is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **ci/circleci: test** Your tests failed on CircleCI [Details](https://circleci.com/gh/jonathanong/ims/1033?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - β **ci/circleci: build-docker-image** Your tests passed on CircleCI! [Details](https://circleci.com/gh/jonathanong/ims/1032?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)Release Notes
v2.4.1code_version
andcodeVersion
at the top level of the configuration to alleviate some ambiguity: #618Commits
The new version differs by 10 commits.
cdd679c
Release v2.4.1
2f3bd0e
Merge pull request #621 from rollbar/readme-refactor
aeef5ad
Update README.md
b46975e
Merge pull request #619 from rollbar/moar-types
ebbbe8f
Merge pull request #618 from rollbar/codeversion
3fbf74e
Merge pull request #617 from rollbar/merging
8549a7b
add typings for the express error handler helper
e613c39
Support code_version and codeVersion at the top level of configuration
67912ea
Create a custom version of object merging which does exactly what we want rather than working around extend
669fd12
Update CHANGELOG.md
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: