Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Update rollbar to the latest version 🚀 #10

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jul 31, 2017

Version 2.1.1 of rollbar just got published.

Dependency rollbar
Current Version 0.6.6
Type devDependency

The version 2.1.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of rollbar.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

coveralls commented Jul 31, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 3d7d38c on greenkeeper/rollbar-2.1.1 into cf3861e on master.

greenkeeper bot added a commit that referenced this pull request Aug 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 7, 2017

Version 2.1.3 just got published.

Update to this version instead 🚀

Release Notes v2.1.3
  • Actually send the client-side UUID with the item
  • Fix typos in typescript declaration
Commits

The new version differs by 18 commits.

  • 0276b63 release v2.1.3
  • b4a1c67 make v2.1.2 release
  • 846fc95 Merge pull request #358 from rollbar/segment2
  • bdea05c Merge branch 'master' into segment2
  • 275ed5a Updating Segment docs
  • aded2c3 Merge pull request #357 from rollbar/revert-356-nojson-CSP
  • bb761bf Revert "document nojson dist for CSP"
  • b6324d0 Merge pull request #356 from rollbar/nojson-CSP
  • 55b4ca1 CSP doc update
  • f76d6bd Merge pull request #355 from rollbar/revert-354-segment
  • bcb592c Revert "Adding Segment info to README"
  • 070c4e1 Merge pull request #354 from rollbar/segment
  • ac816cb Adding Segment info
  • ebe953a Merge pull request #353 from rollbar/uuid
  • 7ef32af Merge pull request #350 from rollbar/more-typescript

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2017

Version 2.2.0 just got published.

Update to this version instead 🚀

Release Notes v2.2.0

Telemetry data is now collected by default and included with items sent to Rollbar.

Commits

The new version differs by 42 commits.

  • d94f3ea release v2.2.0
  • e38ab41 Merge pull request #375 from rollbar/fix-telemetry-xhr-level
  • bbdc138 fix typo
  • a1c0a5c update the level when we find out the status
  • 32b75d0 make alpha release of telemetry
  • 8529fd1 Merge pull request #340 from rollbar/telemetry
  • 72fb91c Merge pull request #365 from martynsmith/patch-1
  • 6e4fa67 Merge branch 'master' into telemetry
  • 49cc9d0 Add accessToken to typescript configuration interface
  • fa76074 add functions for dom instrumentation to give more structured data if required
  • f9d531f add domcontentloaded and load to events that can be auto instrumented
  • dd31f21 handle ERR_CONNECTION_REFUSED which manifests as statusCode === 0
  • 1c0f89d I am so stupid, fix the arg formatter, this fixes what looked like a double logging bug when wrapping the console
  • f2d9445 add client as source to all events for the time being so that the backend accepts the payload
  • 430d19e fix instrumentation bugs

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2017

Version 2.2.1 just got published.

Update to this version instead 🚀

Release Notes v2.2.1

We've disabled the default collection of network telemetry events while we investigate issues some users have reported (see: #379)

Commits

The new version differs by 4 commits.

  • 6805487 release v2.2.1
  • 6a4839e Merge pull request #381 from rollbar/disable-network-telemetry
  • b38a875 Disable default network telemetry
  • f7ae271 Update CHANGELOG.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 18, 2017

Version 2.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 2d46715 make v2.2.2 release to turn network telemetry back on
  • 4fab1b4 Merge pull request #385 from rollbar/update-telemetry-docs
  • d52b0b3 Merge pull request #383 from rollbar/scrub-recursive
  • 80ae4f5 add docs on how to capture manual telemetry events
  • 87451f7 Merge pull request #384 from rollbar/more-typescript
  • 90e79c7 Merge pull request #382 from rollbar/fix-network-telemetry
  • 002bad9 Merge pull request #376 from rollbar/configure-payload
  • a614fe6 add some missing configuration properties, make them optional for reconfiguration
  • c58e140 fix telemetry network bug
  • 72f4866 make scrubbing handle self-referential objects
  • 3cfd2bd add an optional second parameter to configure

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 18, 2017

Version 2.2.3 just got published.

Update to this version instead 🚀

Release Notes v2.2.3

Actually make collecting network telemetry on by default

Commits

The new version differs by 1 commits.

  • 03c664c make v2.2.3 release to turn network telemetry on

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 26, 2017

Version 2.2.4 just got published.

Update to this version instead 🚀

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant