Closed greenkeeper[bot] closed 6 years ago
After pinning to 2.2.3 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
Your tests are passing again with this version. Explicitly upgrade to this version π
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 18 commits.
9991887
release v2.2.7
3115475
Merge pull request #418 from rollbar/telemetry-scrub-fix
03de6dd
make the scrubbed values correct with scrubTelemetryInputs
09bf3c8
Merge pull request #415 from nicolasleger/note-koa-integration
45f19be
Merge pull request #407 from rollbar/lambda-plugin
689f0a6
Add Koa JS integration note
a6ff02b
Merge pull request #414 from rollbar/fix-leaks
6fd9766
fix typo: s/lambdahandler/lambdaHandler/
9fccc59
we should not be storing the props for every request, only the prototype one
325c782
release v2.2.6
0db004b
Merge pull request #412 from rollbar/fix-blacklist
c76f2b3
fix tests
35df2f0
fix blacklist
bb80a27
release v2.2.5
ea9f5ef
Merge pull request #410 from rollbar/revert-is-native
There are 18 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 43 commits.
35ccbbc
Release v2.2.8
a8d5cea
Merge pull request #436 from rollbar/fix-checkignore
38af457
Merge pull request #435 from rollbar/fix-umd
10afc8a
Merge pull request #427 from rollbar/maxItems-only-browser
02f2525
fix the umd build to not pollute the global namespace
afc13ad
Merge pull request #432 from rollbar/fix-element-truncation
912d94d
need to propagate the originalArgs for checkIgnore to work
1273e9a
refactor the dom string building stuff out of browser/telemetry to test it, fix how the truncation works
b3bcdb3
Merge pull request #431 from timstott/fix-typescript-types
47ec06d
Fix missing argument name in TypeScript definition file
16b07e2
Merge pull request #428 from rollbar/supported-browsers
af8e0dc
Update README.md
6d60546
Adding supported browsers
5492d08
maxItems only makes sense in the browser, ignore it on the server
92d82fb
Merge pull request #424 from rollbar/lambda-typescript
There are 43 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 52 commits.
58bd7cc
Release v2.2.9
cd08c97
Merge pull request #443 from rollbar/fix-capture-event
d63437d
Merge pull request #450 from rollbar/remove-scope-references
6d2b841
remove references to scope in the readme
d02f47f
Merge pull request #448 from robtarr/fix--update-debug-package
5042c99
Update debug package to v2.6.9 to address Node Security Warning
b33467a
forgot to add captureEvent to the forwarded methods
8f27db9
Merge pull request #437 from rollbar/fix-rollbar-wrapped
49f6108
s/._rollbar_wrapped/_rollbar_wrapped/
35ccbbc
Release v2.2.8
a8d5cea
Merge pull request #436 from rollbar/fix-checkignore
38af457
Merge pull request #435 from rollbar/fix-umd
10afc8a
Merge pull request #427 from rollbar/maxItems-only-browser
02f2525
fix the umd build to not pollute the global namespace
afc13ad
Merge pull request #432 from rollbar/fix-element-truncation
There are 52 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
Fixed a bug where maxItems was not properly respected when set in the initial configuration.
The new version differs by 61 commits.
b6a3fce
Release v2.2.10
a3cdf8d
Merge pull request #466 from rollbar/fix-global-config
2d40b94
we should only limit when the counter is strictly bigger than the limit and we should call global from configure as a fallback
eb83a3f
add the ability to simulate slow loading of the full js library
41ab224
make sure global works in the constructor
0af1bb8
update angular 2 docs
bac22e8
Merge pull request #456 from rollbar/angular2
2f952f8
Moving to correct section of Angular2 docs
d54005a
Adding troubleshooting for Angular2
58bd7cc
Release v2.2.9
cd08c97
Merge pull request #443 from rollbar/fix-capture-event
d63437d
Merge pull request #450 from rollbar/remove-scope-references
6d2b841
remove references to scope in the readme
d02f47f
Merge pull request #448 from robtarr/fix--update-debug-package
5042c99
Update debug package to v2.6.9 to address Node Security Warning
There are 61 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
React Native support. This introduces a interface layer for handling Javascript errors from React Native. This library is a dependency of https://github.com/rollbar/rollbar-react-native which is intended to be the main entry point for interacting with Rollbar from React Native.
Fix a bug related to telemetry scrubbing configuration options not being properly set via calls to configure
BREAKING: the endpoint configuration option used to default to https://api.rollbar.com/api/1
and we would append /item/
to obtain the URL for posting items. Now the default configuration option for endpoint is https://api.rollbar.com/api/1/item/
and we no longer append /item/
to whatever value you set. Therefore, if you are currently setting this value, you will need to change your setting to be equal to the exact URL you want items posted to, rather than the base URL that gets /item/
appended.
The new version differs by 83 commits.
b1ba101
Release v2.3.0
218ac44
Merge pull request #429 from rollbar/react-native
29524f7
fix rateLimiter tests and the way it works per minute
d16dda8
change the way endpoint works to already include /item/ rather than appending it later
ce3e5ac
Merge pull request #479 from rollbar/fix-telemetry-configure
613d5aa
Merge pull request #473 from guiconti/remove-debug-logger
36b37f0
add {set|clear}Person to the react-native notifier
2911fd6
fix parsing code for react-native js stack traces
6ffff53
fix the transport layer for react-native and include the platform in the final payload
a051d4d
clean up react-native code
eb04211
clean up the transforms, parser, and trasport
5c22510
beginning of react native support
9aba0bb
update telemetry scrubbing in the browser instrumentation configure method
0c162a4
Merge pull request #478 from rollbar/camelCase
609074c
Fixing formatting
There are 83 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
CDNJS is being wonky, attempt to fix by bumping the release version.
The new version differs by 84 commits.
626aac3
Release v2.3.1
b1ba101
Release v2.3.0
218ac44
Merge pull request #429 from rollbar/react-native
29524f7
fix rateLimiter tests and the way it works per minute
d16dda8
change the way endpoint works to already include /item/ rather than appending it later
ce3e5ac
Merge pull request #479 from rollbar/fix-telemetry-configure
613d5aa
Merge pull request #473 from guiconti/remove-debug-logger
36b37f0
add {set|clear}Person to the react-native notifier
2911fd6
fix parsing code for react-native js stack traces
6ffff53
fix the transport layer for react-native and include the platform in the final payload
a051d4d
clean up react-native code
eb04211
clean up the transforms, parser, and trasport
5c22510
beginning of react native support
9aba0bb
update telemetry scrubbing in the browser instrumentation configure method
0c162a4
Merge pull request #478 from rollbar/camelCase
There are 84 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 104 commits.
55588f4
Release v2.3.2
58a3ce6
Merge pull request #514 from rollbar/fix-some-windows
ed4dbe3
be defensive about navigator not existing on window
aa8d3bf
Merge pull request #499 from ben/patch-1
947182f
Merge pull request #510 from rollbar/proper-scrubbing
d7b0c24
fix typo
33a5277
Merge pull request #503 from rollbar/fix-cross-domain-promise-handling
39fd6ec
update the transforms to replace item.data after scrubbing
8fced75
do not modify object in place during scrubbing, return deep copy
ebc0a24
only match entire keys for scrubbing
f0140a0
We stopped using semver in f0e71ad2a2b80290690951a91dec9acec02a9c74 but it remained in the dependency list, remove as the version we were pinned to has security issues and we don't need it anyway
f7777fa
accessing properties of an event as part of an event handler on the window can violate the browser's SOP, so be careful
f04d87a
Add environment to options type
05a043a
Merge pull request #498 from rollbar/user-transform-server
56578ef
call the transform in the options on the server side too
There are 104 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 110 commits.
ab28720
Release v2.3.3
f067609
Merge pull request #520 from rollbar/reactnative-filename-rewritting
bb29cfa
Merge pull request #515 from rollbar/telemetry-order
7bd14ce
rewrite ios bundle filenames
7e218d2
Include current item in telemetry queue
3ad9e8c
fix changelog bullet points
55588f4
Release v2.3.2
58a3ce6
Merge pull request #514 from rollbar/fix-some-windows
ed4dbe3
be defensive about navigator not existing on window
aa8d3bf
Merge pull request #499 from ben/patch-1
947182f
Merge pull request #510 from rollbar/proper-scrubbing
d7b0c24
fix typo
33a5277
Merge pull request #503 from rollbar/fix-cross-domain-promise-handling
39fd6ec
update the transforms to replace item.data after scrubbing
8fced75
do not modify object in place during scrubbing, return deep copy
There are 110 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 120 commits.
bf1925b
Release v2.3.4
c9c6ae2
Merge pull request #538 from udiudi/master
2ce9d4d
Merge pull request #537 from rollbar/moar-types
a5c8fac
Fixed ticks
c535653
Merge pull request #522 from msokk/filter-telemetry
020719d
Merge pull request #533 from the-dots/master
6401317
add the telemetry related configuration to the type declarations
01143bd
remove webpack example
dbf261d
Removed unused require that isn't available in RN and fixed typo for RegExp.
ab28720
Release v2.3.3
cd4d515
Add filterTelemetry callback configuration parameter
f067609
Merge pull request #520 from rollbar/reactnative-filename-rewritting
bb29cfa
Merge pull request #515 from rollbar/telemetry-order
7bd14ce
rewrite ios bundle filenames
7e218d2
Include current item in telemetry queue
There are 120 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 122 commits.
154b98f
Release v2.3.5
8b2a0e5
Revert some of the type changes
bf1925b
Release v2.3.4
c9c6ae2
Merge pull request #538 from udiudi/master
2ce9d4d
Merge pull request #537 from rollbar/moar-types
a5c8fac
Fixed ticks
c535653
Merge pull request #522 from msokk/filter-telemetry
020719d
Merge pull request #533 from the-dots/master
6401317
add the telemetry related configuration to the type declarations
01143bd
remove webpack example
dbf261d
Removed unused require that isn't available in RN and fixed typo for RegExp.
ab28720
Release v2.3.3
cd4d515
Add filterTelemetry callback configuration parameter
f067609
Merge pull request #520 from rollbar/reactnative-filename-rewritting
bb29cfa
Merge pull request #515 from rollbar/telemetry-order
There are 122 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 125 commits.
f01319f
Release v2.3.6
f9e35c3
Merge pull request #542 from rollbar/react-native-fixes
d172d8b
better diagnositics for understanding when predicates stop reporting, and replace error with catch as the fetch promise api is slightly different
154b98f
Release v2.3.5
8b2a0e5
Revert some of the type changes
bf1925b
Release v2.3.4
c9c6ae2
Merge pull request #538 from udiudi/master
2ce9d4d
Merge pull request #537 from rollbar/moar-types
a5c8fac
Fixed ticks
c535653
Merge pull request #522 from msokk/filter-telemetry
020719d
Merge pull request #533 from the-dots/master
6401317
add the telemetry related configuration to the type declarations
01143bd
remove webpack example
dbf261d
Removed unused require that isn't available in RN and fixed typo for RegExp.
ab28720
Release v2.3.3
There are 125 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 128 commits.
7a870dd
Release v2.3.7
d31f6b5
Merge pull request #545 from rollbar/regex-order-rn
0d082cf
match is a method on string not on regexp, flip the caller and parameter
f01319f
Release v2.3.6
f9e35c3
Merge pull request #542 from rollbar/react-native-fixes
d172d8b
better diagnositics for understanding when predicates stop reporting, and replace error with catch as the fetch promise api is slightly different
154b98f
Release v2.3.5
8b2a0e5
Revert some of the type changes
bf1925b
Release v2.3.4
c9c6ae2
Merge pull request #538 from udiudi/master
2ce9d4d
Merge pull request #537 from rollbar/moar-types
a5c8fac
Fixed ticks
c535653
Merge pull request #522 from msokk/filter-telemetry
020719d
Merge pull request #533 from the-dots/master
6401317
add the telemetry related configuration to the type declarations
There are 128 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 163 commits.
adc3e3d
Release v2.3.8
b6ecc27
Merge pull request #565 from rollbar/better-window-checks
c3580a5
clean up lonely ifs
e1bffa3
Proper global checks
d80663b
Merge pull request #564 from rollbar/console-bind-to-apply
2ceb8b3
Merge pull request #563 from rollbar/lambda-docs
6d5c292
Do not bind the console in the custom logger
92d63a2
Merge pull request #556 from rollbar/more-network-telemetry
a5560b5
Explain callbackWaitsForEmptyEventLoop
49bbb37
make this more paranoid and better documented
612cb87
Add support for capturing more information from network requests in telemetry
90ced98
Merge pull request #561 from rollbar/transform-type
307aa19
Merge pull request #562 from rollbar/max-items-message
72681f0
change the rate limiter to accurately say which limit was hit if it is the per minute one or the global one
2949c3b
add transform and checkIgnore to configuration type
There are 163 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 182 commits.
79ea3a3
Release v2.3.9
adc5a31
Merge pull request #581 from rollbar/no-logging-server
1f79193
make the verbose option turn on/off all logging
8f540df
Merge pull request #579 from rollbar/safer-telemetry
495fbce
Merge pull request #572 from rollbar/notify-hook
5100e0d
Merge pull request #577 from rollbar/moar-safe-context
1d37c71
Allow Rollbar items not to be included in telemetry data, turn off on the server and on everywhere else
037b245
guard against weird fetch calls
12b7311
Make sure context becomes a string if it exists and is not already one
19aae16
Refactor predicates, add onSendCallback
58fda62
Merge pull request #571 from honerlawd-mt/ts-strict-mode
be0b480
Merge pull request #568 from rollbar/turn-on-sourcemaps
306ec37
arguments to args to allow TS alwaysStrict
0aa2829
Merge pull request #570 from rollbar/update-scrubbed-fields
ad7f53f
Updating scrubbed fields docs
There are 182 commits in total.
See the full diff
Version 2.2.4 of rollbar just got published.
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 this is very likely breaking your project right now. If other packages depend on you itβs very likely also breaking them. I recommend you give this issue a very high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/greenkeeperio/changes/builds/268580925?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 33 commits.
705980e
release v2.2.4
84960bf
Merge pull request #408 from rollbar/telemetry-scrubbing
afe1c25
use [scrubbed] as the sentinal for scrubbed input values, and document the options
a0a736b
Merge pull request #404 from rollbar/fix-wait
cb77425
Merge pull request #401 from rollbar/telemetry-scrubbing
c4c2963
Merge branch 'master' into telemetry-scrubbing
5d3c47f
Merge pull request #395 from rollbar/configure-telem
b4ff605
Merge pull request #392 from chrisrbnelson/add-blacklist-check-to-predicates
ee6b380
Merge pull request #403 from kjones1876/use-json-polyfil-if-non-native-2
cac72da
it turns out that due to the use of callbacks we actually had a race condition with wait, fix that
d65d871
Use lodash is native function checking for JSON.* functions
5b193f0
clean up configuration and make sure it works right
d378999
Remove call to urlIsBlacklisted
1f99826
Update tests to use new urlIsNotBlacklisted method
3a74e74
Remove unneccessary wrapper method.
There are 33 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: