Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Update dependency raven to v2 #356

Closed
wants to merge 1 commit into from
Closed

Update dependency raven to v2 #356

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 17, 2018

This PR contains the following updates:

Package Type Update Change References
raven dependencies major ^0.12.0 -> ^2.0.0 source

Release Notes

getsentry/raven-js

v2.6.2

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

  • NEW: pathStrip option now available in React Native plugin. See: #​515
  • BUGFIX: Handle stacks from internal exceptions sometimes thrown by Firefox. See: #​536
  • BUGFIX: Better error message strings in browsers w/ limited onerror implementations. See: #​538

v2.2.1

Compare Source

  • BUGFIX: Fix HTTP requests not sending with React Native on Android devices. See: #​526
  • BUGFIX: Raven.js now captures stack traces caused by Firefox internal errors. See: #​528

v2.2.0

Compare Source

  • NEW: allowSecretKey configuration option. See: #​525
  • NEW: Console plugin can be configured to capture specific log levels. See: #​514
  • CHANGE: React Native plugin now calls default exception handler. See: #​492
  • CHANGE: React Native plugin now uses HTTP POST transport. See: #​494
  • BUGFIX: Fix Raven throwing exception when run via Webdriver. See: #​495

v2.1.2

Compare Source

v2.1.1

Compare Source

  • BUGFIX: Fixed IE8 regression introduced in 2.1.0. See: #​498
  • BUGFIX: Fixed initialization error when run via Selenium. See: #​495

v2.1.0

Compare Source

  • BUGFIX: Fixed Raven.js rejecting frames w/ blob URLs. See: #​463
  • BUGFIX: Fixed plugin files not consumable without module loader. See: #​446
  • BUGFIX: Fixed bug in console.js plugin where level wasn't passed. See: #​474
  • BUGFIX: Fixed broken debug logging in IE9 and below. See: #​473
  • BUGFIX: Fixed XMLHttpRequest wrapper not capturing all event handlers. See: #​453
  • CHANGE: Raven.uninstall now restores original builtin functions (e.g. setTimeout). See: #​228
  • CHANGE: maxMessageLength now defaults to 0 (no limit). See: #​441
  • NEW: New stackTraceLimit config option (default 50 in supported browsers). See: #​419
  • NEW: Raven.showReportDialog (experimental). See: #​456

v2.0.2

Compare Source

  • BUGFIX: Fixed bug where wrapped requestAnimationFrame didn't return callback ID. See: #​460

v2.0.1

Compare Source

  • BUGFIX: Fixed bug where unwrapped errors might be suppressed. See: #​447

v2.0.0

Compare Source

NOTE: raven-js 2.x requires Sentry 8

  • CHANGE: Default HTTP transport changed from Image GET to XMLHttpRequest POST (w/ CORS)
  • CHANGE: Raven.js now wraps functions passed to timer functions, event listeners, and XMLHttpRequest handlers
  • CHANGE: Removed jQuery, Backbone, and native plugins (now handled inside raven.js)
  • CHANGE: When using CommonJS, plugins are initialized via Raven.addPlugin(require('raven-js/plugins/ember'))
  • CHANGE: Raven builds are generated using Browserify
  • NEW: Integration tests (/test/integration/index.html)

v1.2.1

Compare Source

v1.2.0

Compare Source

  • BUGFIX: Error in cases where a document context doesn't exist. See: #​383
  • BUGFIX: Trailing comma when using unminified dist which affects IE9. See: #​385
  • NEW: Add ability to swap in a custom transport. Adds Raven.setTransport, and transport option to config. Docs: https://docs.getsentry.com/hosted/clients/javascript/config/
  • CHANGE: Always expose Raven to window. Please call Raven.noConflict() if you want it restored to what it was. See: #​393
  • DEPRECATED: Replace Raven.setReleaseContext with Raven.setRelease.
  • NEW: Add Raven.clearContext() to empty all of the context.
  • NEW: Add Raven.getContext() to get a copy of the current context.
  • NEW: Raven.set{Extra,Tags}Context(ctx) now merges with existing values instead of overwriting.
  • NEW: Add Raven.addPlugin() to register a plugin to be initialized when installed.
  • NEW: Plugins are now initialized and loaded when calling Raven.install(). This avoid some race conditions with load order.

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


This PR has been generated by Renovate Bot. View repository job log here.

@sjparkinson
Copy link
Contributor

This breaks in production 💥

image

@sjparkinson sjparkinson deleted the renovate/raven-2.x branch October 17, 2018 14:45
@renovate
Copy link
Author

renovate bot commented Oct 17, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@sjparkinson
Copy link
Contributor

It was also clear that Fastly wasn't serving stale-on-error.

I've now turned this on, as of v160 of the Fastly configuration.

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.

None yet

3 participants