LVM-IT / lvo-logging-lib

Logging facade for different Logging-Backends (Console, LocalStorage, Graylog)
Other
3 stars 0 forks source link

An in-range update of raven-js is breaking the build 🚨 #18

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.17.0 of raven-js just got published.

Branch Build failing 🚨
Dependency raven-js
Current Version 3.16.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

raven-js 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 could not complete due to an error [Details](https://travis-ci.org/LVM-IT/lvo-logging-lib/builds/253309415?utm_source=github_status&utm_medium=notification)

Release Notes 3.17.0
  • CHANGE: Export TypeScript definitions as a CommonJS module. See: #977
Commits

The new version differs by 8 commits.

  • d5678cb Fixes bad path for npm-based installation
  • 864fa39 Merge pull request #993 from getsentry/3.17.0
  • 4851302 fix changelog
  • 1263713 3.17.0
  • 6384830 Captured error already has required details.
  • da8503d Merge pull request #977 from polco/typescript-module
  • 4b3f2b3 3.16.1
  • 7822eed types are exported as a module

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:

greenkeeper[bot] commented 7 years ago

After pinning to 3.16.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 3.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.18.0
  • NEW: All unit and integration tests are now running on CI using SauceLabs, to ensure everything is working correctly on all browsers #1026
  • NEW: console.assert is now instrumented in the same way as the rest of console methods #1044
  • NEW: Vue.js plugin now provides lifecycleHook as the 3rd argument to error handler, to make it in line with v2.2.0 implementation #1053
  • NEW: Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it #1060
  • NEW: Included exception type in ignoreErrors test, which allows for filtering based on error types #1057
  • CHANGE: Raven.js now uses Prettier to format it's code #1020
  • CHANGE: Unit tests are using Headless Chrome instead of PhantomJS #1029
  • CHANGE: Added setDSN typing definition for TypeScript #995
  • BUGFIX: Defend against undefined XMLHttpRequest while sending events #1024
  • BUGFIX: lastEventId won't be overriden when an event was dropped #1041
  • BUGFIX: Make sure that document is available before reading location #1038
  • BUGFIX: Prevent breadcrumbs with undefined url to throw an error #1018
Commits

The new version differs by 50 commits.

  • cd9082a 3.18.0
  • b771bb2 test: Build before running test server
  • cb723ec Fix test command in contribution guides
  • a023305 feat: Include exception type in igoreErrors test
  • adb4501 feat: Add Errors serialization to json-stringify-safe
  • f4d21fc docs: Added missing backslash in source maps docs
  • b6a14e5 docs: Fix config call in source maps docs
  • 1c7a86c docs: Recommend Raven.context in getting started docs
  • 58d3d20 ref: Remove deprecated crossOrigin option
  • f876d89 remove use-strict (#981)
  • b28db84 ci: Remove duplicated browsers on SauceLabs
  • 435647d ci: Remove IE11 tests on Windows 7
  • 4bd15d4 Add lifecycleHook argument in vue plugin handler
  • 50d0705 ref: Run vendor code through Prettier
  • 21daca5 fix: Make sure that document is available before reading location

There are 50 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.18.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.18.1
  • BUGFIX: Remove engine field from package.json, preventing correct npm/yarn usage
Commits

The new version differs by 53 commits.

  • 37d20f9 3.18.1
  • 2dca364 build: remove engine from package.json
  • 9553fad Bumped missed version in unit test
  • cd9082a 3.18.0
  • b771bb2 test: Build before running test server
  • cb723ec Fix test command in contribution guides
  • a023305 feat: Include exception type in igoreErrors test
  • adb4501 feat: Add Errors serialization to json-stringify-safe
  • f4d21fc docs: Added missing backslash in source maps docs
  • b6a14e5 docs: Fix config call in source maps docs
  • 1c7a86c docs: Recommend Raven.context in getting started docs
  • 58d3d20 ref: Remove deprecated crossOrigin option
  • f876d89 remove use-strict (#981)
  • b28db84 ci: Remove duplicated browsers on SauceLabs
  • 435647d ci: Remove IE11 tests on Windows 7

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.19.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.19.0
  • NEW: ErrorEvent are now treated in the same way as regular Error objects #1094
  • NEW: replaceState is now instrumented to be stored as a breadcrumbs correctly #1093
  • NEW: captureMessage now respects ignoreUrls and whitelistUrls configs #1080
  • NEW: Improved support for parsing Electron errors #1068
  • NEW: All test suites are now using Karma and are additionally running on Headless Firefox, Edge 15, Android 4.4/5.1/6.0/7.1 and iOS10 #1087
  • BUGFIX: Don't throw error when calling fetch without a valid arguments #1069
  • BUGFIX: ignoreErrors patterns are now compared on both, error message itself and <type>: <message> formatted string #1076
  • BUGFIX: showReportDialog options argument is now optional in TypeScript definitions #1097
  • BUGFIX: TravisCI tests will run correctly for non-org contributors as well \o/ 1650da7
Commits

The new version differs by 87 commits.

  • bf104e4 3.19.0
  • 98bda52 ci: Remove build artefacts after test:size and update CONTRIB docs
  • 01a180f test: Run ErrorEvent tests only when its available
  • 6746dfd feat: Treat ErrorEvents like Errors
  • 9c2cfab showReportDialog's option object is optional
  • e803a51 build: Ignore scripts/ for ESLint
  • 21a5484 Update test name
  • 51cea06 Update test to not call window.onpopstate
  • 69cf82e Check for replaceState and fill it
  • 30e64a9 Factor out history replacement function
  • 1650da7 ci: Fix TravisCI ENV vars check
  • 442a4b3 build: Automated deploy script
  • 05df5bf build: Commit package-lock.json file
  • a4f710a ci: Run SauceLabs tests only when PRs come from the org
  • 5cc29ae Update karma sauce config

There are 87 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.19.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.19.1
  • BUGFIX: Don't prettify minified dist files fee3771
Commits

The new version differs by 89 commits.

  • aa94a44 3.19.1
  • fee3771 build: Don't prettify uglified dist files
  • bf104e4 3.19.0
  • 98bda52 ci: Remove build artefacts after test:size and update CONTRIB docs
  • 01a180f test: Run ErrorEvent tests only when its available
  • 6746dfd feat: Treat ErrorEvents like Errors
  • 9c2cfab showReportDialog's option object is optional
  • e803a51 build: Ignore scripts/ for ESLint
  • 21a5484 Update test name
  • 51cea06 Update test to not call window.onpopstate
  • 69cf82e Check for replaceState and fill it
  • 30e64a9 Factor out history replacement function
  • 1650da7 ci: Fix TravisCI ENV vars check
  • 442a4b3 build: Automated deploy script
  • 05df5bf build: Commit package-lock.json file

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.20.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 3.20.0
  • NEW: autoBreadcrumbs can now disable sentry breadcrumbs and configure them on demand #1099
  • NEW: Add maxBreadcrumbs and sampleRate to Typescript typings 29b89de 989f43a
  • CHANGE: isEmptyObject utility now checks for object's own properties only #1100
  • CHANGE: Update how wrapped functions are detected as native functions #1106
  • CHANGE: Update integration tests on SauceLabs to use Safari 11.0
  • BUGFIX: Send raw error when vm is undefined while using Vue plugin #1118
Commits

The new version differs by 103 commits.

  • 30c0da4 3.20.0
  • e6baafa ci: Update Safari to 11.0 (OSX) on SauceLabs (#1127)
  • 55e9805 ci: Update Safari to 11.0 on SauceLabs (#1126)
  • 989f43a fix: Add sampleRate typing
  • 29b89de Add maxBreadcrumbs to Typescript typings
  • 0fbdf95 fix: Send raw error when vm is undefined in Vue plugin (#1118)
  • 4c41fef fix: Vue plugin doesnt explode if vm is undefined (#1111)
  • cf89f86 fix: Update how wrapped functions are detected as native functions (#1106)
  • 9cb17c1 ref: Remove doubled isObject declaration
  • f74498e feat: Disable automatic breadcrumbs collection #782 (#1099)
  • 783a4ee meta: Remove jsDelivr badge
  • df8a89b Add jsDelivr hits badge
  • 66a5db5 utils: make isEmptyObject check prototype #940
  • 3858b07 build: Reduce publishing to just one step
  • aa94a44 3.19.1

There are 103 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.20.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.20.1
  • BUGFIX: Prevent Raven throwing during installation when Function.prototype.toString is called in Angular projects with zone.js and core.js wrapped functions #1135
  • BUGFIX: Add isArray util to prevent undefined stack.stack during captureMessage with synthetic stack traces enabled #1140
Commits

The new version differs by 4 commits.

  • f9b49e4 3.20.1
  • 42adaf5 fix: Add isArray util to prevent undefined stack.stack (#1140)
  • 2bd838d fix: Fix toString usage for function (#1135)
  • 8416fed ref: Added breadcrumbCallback and sentry breadcrumb TS typings (#1133)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.21.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 18 commits.

  • a278000 3.21.0
  • fbfea0f feat: Ability to specify Custom headers (#1166)
  • 1956b18 feat: Return original arguments when handling ErrorEvent objects in TraceKit
  • 315dab5 feat: Handle ErrorEvent objects in TraceKit
  • 5d2685f feat: Scoped packages Typescript Core/Browser implementation (#1149)
  • af6228d docs: Include Sentry Webpack Plugin in the Source Maps section
  • 0362926 check for both stacktraces before calling 'isSameException'
  • 104217a ci: Revert headless Chrome workaround
  • 0f6e4cc ci: Lower CI tests concurrency to 2 and fix headless Chrome on Travis
  • 9f4a6f6 feat: Use Fetch instead of XHR when available
  • 9894ae1 docs: Release Electron docs (#1154)
  • fd2ddbe docs: Use :ref: instead of :doc: for electron
  • a05f4ac docs: Fix document reference for electron (#1144)
  • f9ac32a docs: Electron integration docs (#1142)
  • f9b49e4 3.20.1

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.22.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.22.0
  • NEW: Add fetchParameters to configure fetch (#1177)
  • NEW: Delete empty properties before sending event to the server (#1179)
  • CHANGE: Improve support for Windows 10 webview URLs in the stack trace (#1137)
  • CHANGE: Various Typescript typings update (#1134 #1183 #1187)
  • BUGFIX: Access window.location first before trying document.location (#1180)
  • BUGFIX: Check parseUrl for correct input type (#1190)
Commits

The new version differs by 31 commits.

  • 562fb28 3.22.0
  • 50583ff ref: Make user type more flexible (#1187)
  • 6eda259 fix: Check parseUrl for correct input type (#1190)
  • ddd1200 ref: Improve support for Windows 10 webview URLs in the stack trace (#1137)
  • b48b830 ref: Access window.location first before trying document.location (#1180)
  • 2efb497 feat: Typescript typings update (#1183)
  • edbc49d docs: fix typo (#1182)
  • cb966a8 fix(docs): Bad code block
  • f5ddf9e feat: Add fetchParameters to configure fetch (#1177)
  • bd3bd9d ref: Delete empty properties before sending event to the server (#1179)
  • 851129a feat: core/browser additions (#1175)
  • 7d7eee2 fix: Updated typescript typings (#1134)
  • f675c64 fix: Fix IE/Android request headers tests (#1171)
  • a278000 3.21.0
  • fbfea0f feat: Ability to specify Custom headers (#1166)

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.22.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.22.1
  • NEW: Check for SENTRY_RELEASE during config phase (#1194)
  • CHANGE: Fix ChromeLauncher for Travis integration tests (#1196)
  • BUGFIX: Do not include credentials by default (#1191)
  • BUGFIX: Call captureBreadcrumb for fetch after its done (#1197)
Commits

The new version differs by 37 commits.

  • 7584197 3.22.1
  • eec289b fix: Call captureBreadcrumb for fetch after its done (#1197)
  • fa9d69e feat: Check for SENTRY_RELEASE during config phase (#1194)
  • 6445589 ci: Fix ChromeLauncher for Travis integration tests (#1196)
  • fbce1cd feat: Update all dependencies for core/browser (#1195)
  • f6482e5 fix: Do not include credentials by default (#1191)
  • 562fb28 3.22.0
  • 50583ff ref: Make user type more flexible (#1187)
  • 6eda259 fix: Check parseUrl for correct input type (#1190)
  • ddd1200 ref: Improve support for Windows 10 webview URLs in the stack trace (#1137)
  • b48b830 ref: Access window.location first before trying document.location (#1180)
  • 2efb497 feat: Typescript typings update (#1183)
  • edbc49d docs: fix typo (#1182)
  • cb966a8 fix(docs): Bad code block
  • f5ddf9e feat: Add fetchParameters to configure fetch (#1177)

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.22.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 52 commits.

  • f8eec06 3.22.2
  • 1b6187b test: Uninstall restores console tests
  • 50beaa5 fix: Use correct trimHeadFrames value if capturing new trace
  • 4180abe fix: Restore console methods after calling uninstall (#1221)
  • df8a9cd fix: create safeJoin util for console wrappers (#1222)
  • b532909 docs: Vue plugin usages with package manager and module loader (#1215)
  • dd10b74 Update copyright (#1212)
  • f05d77a docs: I love you .rst format...
  • 7bac170 docs: Fix broken links syntax
  • 2d5656e docs: Reword sourcemap release docs and make it more visible
  • 933c2c8 typescript: add missing debug option (#1205)
  • 746da29 build: Replace Browserify with an ES compatible Rollup build (#1152)
  • 919051a test: Fix fetch tests for fetch-incapable browsers (#1199)
  • 8662d1a test: Fix fetch tests for fetch-incapable browsers
  • 8783e19 feat: update raven for browser (#1198)

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.22.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 54 commits.

  • 33f0872 3.22.3
  • d6a1ff2 build: Revert build system to browserify (#1227)
  • f8eec06 3.22.2
  • 1b6187b test: Uninstall restores console tests
  • 50beaa5 fix: Use correct trimHeadFrames value if capturing new trace
  • 4180abe fix: Restore console methods after calling uninstall (#1221)
  • df8a9cd fix: create safeJoin util for console wrappers (#1222)
  • b532909 docs: Vue plugin usages with package manager and module loader (#1215)
  • dd10b74 Update copyright (#1212)
  • f05d77a docs: I love you .rst format...
  • 7bac170 docs: Fix broken links syntax
  • 2d5656e docs: Reword sourcemap release docs and make it more visible
  • 933c2c8 typescript: add missing debug option (#1205)
  • 746da29 build: Replace Browserify with an ES compatible Rollup build (#1152)
  • 919051a test: Fix fetch tests for fetch-incapable browsers (#1199)

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.22.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.22.4
  • NEW: Chrome and Firefox Extensions stack trace parsing (#1235)
  • BUGFIX: Handle custom error names in TraceKit (#1237)
  • BUGFIX: Let Edge to send fetch requests using default config (#1236)
  • BUGFIX: Correctly increment trimHeadFrames in captureMessage (#1224)
  • BUILD: Fix browserify plugin transform append (#1229)
Commits

The new version differs by 61 commits.

  • 8f51189 3.22.4
  • 114c958 fix: Handle custom error names in TraceKit (#1237)
  • a8a7637 Chrome and Firefox Extensions stack trace parsing (#1235)
  • 97b63e2 fix: Let Edge to send fetch requests using default config (#1236)
  • f4a2862 build: Fix browserify plugin transform append (#1229)
  • dd5a3bc fix: Correctly increment trimHeadFrames in captureMessage (#1224)
  • 9ad02d8 docs: missing comma in docs example (#1230)
  • 33f0872 3.22.3
  • d6a1ff2 build: Revert build system to browserify (#1227)
  • f8eec06 3.22.2
  • 1b6187b test: Uninstall restores console tests
  • 50beaa5 fix: Use correct trimHeadFrames value if capturing new trace
  • 4180abe fix: Restore console methods after calling uninstall (#1221)
  • df8a9cd fix: create safeJoin util for console wrappers (#1222)
  • b532909 docs: Vue plugin usages with package manager and module loader (#1215)

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.23.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.23.1
  • BUGFIX: Check if addEventListener and removeEventListener are present before calling them
Commits

The new version differs by 65 commits.

  • c2b377e 3.23.1
  • 84edddc fix: window defensiveness with promise handler (#1244)
  • 772cf3c 3.23.0
  • 0516d9e feat: Support unhandled rejections by default (#1242)
  • 8f51189 3.22.4
  • 114c958 fix: Handle custom error names in TraceKit (#1237)
  • a8a7637 Chrome and Firefox Extensions stack trace parsing (#1235)
  • 97b63e2 fix: Let Edge to send fetch requests using default config (#1236)
  • f4a2862 build: Fix browserify plugin transform append (#1229)
  • dd5a3bc fix: Correctly increment trimHeadFrames in captureMessage (#1224)
  • 9ad02d8 docs: missing comma in docs example (#1230)
  • 33f0872 3.22.3
  • d6a1ff2 build: Revert build system to browserify (#1227)
  • f8eec06 3.22.2
  • 1b6187b test: Uninstall restores console tests

There are 65 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.23.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.23.2

NOTE:
This release may introduce some new events for the same errors, as we'll provide more information on them now.
Your Sentry Issues stream may show new errors, without any changes done to your application's code.

  • NEW: Sensible non-Error exception serializer (#1253)
  • BUGFIX: Create correct fingerprint when using synthetic stacktraces (#1246)
Commits

The new version differs by 70 commits.

  • 3c65e28 3.23.2
  • 72f8e05 feat: Update electron docs (#1241)
  • add03a5 feat: Sensible non-Error exception serializer (#1253)
  • 5e42970 misc: Update npmignore (#1250)
  • 8f8a624 fix: default fingerprinting when using synthetic stacktraces
  • c2b377e 3.23.1
  • 84edddc fix: window defensiveness with promise handler (#1244)
  • 772cf3c 3.23.0
  • 0516d9e feat: Support unhandled rejections by default (#1242)
  • 8f51189 3.22.4
  • 114c958 fix: Handle custom error names in TraceKit (#1237)
  • a8a7637 Chrome and Firefox Extensions stack trace parsing (#1235)
  • 97b63e2 fix: Let Edge to send fetch requests using default config (#1236)
  • f4a2862 build: Fix browserify plugin transform append (#1229)
  • dd5a3bc fix: Correctly increment trimHeadFrames in captureMessage (#1224)

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.23.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.23.3
  • BUGFIX: Fix detection of custom error objects in captureException method, aka "Schrodinger's Error"Β© patch (#1261)
Commits

The new version differs by 72 commits.

  • 8fc21de 3.23.3
  • f261ec2 fix: Handle Schrodingers Error (#1261)
  • 3c65e28 3.23.2
  • 72f8e05 feat: Update electron docs (#1241)
  • add03a5 feat: Sensible non-Error exception serializer (#1253)
  • 5e42970 misc: Update npmignore (#1250)
  • 8f8a624 fix: default fingerprinting when using synthetic stacktraces
  • c2b377e 3.23.1
  • 84edddc fix: window defensiveness with promise handler (#1244)
  • 772cf3c 3.23.0
  • 0516d9e feat: Support unhandled rejections by default (#1242)
  • 8f51189 3.22.4
  • 114c958 fix: Handle custom error names in TraceKit (#1237)
  • a8a7637 Chrome and Firefox Extensions stack trace parsing (#1235)
  • 97b63e2 fix: Let Edge to send fetch requests using default config (#1236)

There are 72 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.24.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.24.0
  • NEW: Introduce sanitizeKeys config option (#1264)
  • NEW: Expose Ravens constructor publicly. Kinda. (#1272)
  • BUGFIX: Guard for invalid input to fill helper method (#1265)
  • BUGFIX: Check if XMLHttpRequest exists before using it (#1265)
Commits

The new version differs by 78 commits.

  • e002e4f 3.24.0
  • cf87968 feat: Introduce 'sanitizeKeys' config option (#1264)
  • 49a2fa2 ref: Expose Ravens constructor publicly. Kinda. (#1272)
  • 7fbb94a fix: Guard for invalid input to fill helper method
  • 9bd9ca9 fix: Check if XMLHttpRequest exists before using it
  • 9b83e9e docs: Add documentation regarding raven-teskit plugin (#1231)
  • 8fc21de 3.23.3
  • f261ec2 fix: Handle Schrodingers Error (#1261)
  • 3c65e28 3.23.2
  • 72f8e05 feat: Update electron docs (#1241)
  • add03a5 feat: Sensible non-Error exception serializer (#1253)
  • 5e42970 misc: Update npmignore (#1250)
  • 8f8a624 fix: default fingerprinting when using synthetic stacktraces
  • c2b377e 3.23.1
  • 84edddc fix: window defensiveness with promise handler (#1244)

There are 78 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.24.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.24.1
  • FEAT: Add flag for unhandled promise rejections (#1278)
  • BUGFIX: Use guard for document.attachEvent calls (#1289)
Commits

The new version differs by 82 commits.

  • 68373be 3.24.1
  • f3b3500 docs: Update usage comment for multiple Raven instances
  • b478429 feat: add flag for unhandled promise rejections (#1278)
  • 2bfb2e4 fix: Use guard for document.attachEvent calls (#1289)
  • e002e4f 3.24.0
  • cf87968 feat: Introduce 'sanitizeKeys' config option (#1264)
  • 49a2fa2 ref: Expose Ravens constructor publicly. Kinda. (#1272)
  • 7fbb94a fix: Guard for invalid input to fill helper method
  • 9bd9ca9 fix: Check if XMLHttpRequest exists before using it
  • 9b83e9e docs: Add documentation regarding raven-teskit plugin (#1231)
  • 8fc21de 3.23.3
  • f261ec2 fix: Handle Schrodingers Error (#1261)
  • 3c65e28 3.23.2
  • 72f8e05 feat: Update electron docs (#1241)
  • add03a5 feat: Sensible non-Error exception serializer (#1253)

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.24.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.24.2
  • FEAT: Capture breadcrumbs on failed fetch request (#1293)
  • BUGFIX: Make debug mode actually work (#1305)
  • BUGFIX: Use correct frame url in ignore/whitelisturl calls (#1304)
  • BUGFIX: Check input type before doing truncation (#1299)
Commits

The new version differs by 88 commits.

  • 26fcb59 3.24.2
  • d92b6a2 fix: make debug mode actually work (#1305)
  • d3d6f98 fix: use correct call url in ignore/whitelisturl calls (#1304)
  • a25aa97 test: Correct syntax for tests to not break IE10/11 and Mobile
  • 622021e fix: Check inputs type before doing truncation (#1299)
  • 4fb4ca3 feat: Capture breadcrumbs on failed fetch request (#1293)
  • 68373be 3.24.1
  • f3b3500 docs: Update usage comment for multiple Raven instances
  • b478429 feat: add flag for unhandled promise rejections (#1278)
  • 2bfb2e4 fix: Use guard for document.attachEvent calls (#1289)
  • e002e4f 3.24.0
  • cf87968 feat: Introduce 'sanitizeKeys' config option (#1264)
  • 49a2fa2 ref: Expose Ravens constructor publicly. Kinda. (#1272)
  • 7fbb94a fix: Guard for invalid input to fill helper method
  • 9bd9ca9 fix: Check if XMLHttpRequest exists before using it

There are 88 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.25.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 3.25.0
  • FEAT: Handle JavaScript loaded in the browser inside a blob (#1322)
  • FEAT: Handle DOMError and DOMException gracefully (#1310)
  • BUILD: include plugins-combination in dist and clear some old grunt config (#1313)
Commits

The new version differs by 95 commits.

  • c306608 3.25.0
  • 80dffad fix: update deploy npm script
  • b0ea98b test: Tests for blob handling
  • de0db41 test: Fix Tracekit tests w. blob handling and some minor corrections
  • 18cba74 feat: Handle JavaScript loaded in the browser inside a blob
  • 9ec1dd4 build: include plugins-combination in dist and clear some old grunt configs (#1313)
  • 258c024 feat: Handle DOMError and DOMException gracefully (#1310)
  • 26fcb59 3.24.2
  • d92b6a2 fix: make debug mode actually work (#1305)
  • d3d6f98 fix: use correct call url in ignore/whitelisturl calls (#1304)
  • a25aa97 test: Correct syntax for tests to not break IE10/11 and Mobile
  • 622021e fix: Check inputs type before doing truncation (#1299)
  • 4fb4ca3 feat: Capture breadcrumbs on failed fetch request (#1293)
  • 68373be 3.24.1
  • f3b3500 docs: Update usage comment for multiple Raven instances

There are 95 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.25.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 3.25.2
  • REF: Emit transaction instead of culprit (#1330)
Commits

The new version differs by 102 commits.

  • d5e44e2 3.25.2
  • 30b6d4e ref: Emit transaction instead of culprit (#1330)
  • 166546b build: uglify during build, not during dist task
  • 66b3148 3.25.1
  • b6f3c7a build: fix missing plugins in dist directory and simplify grunt build (#1327)
  • 4533b2c fix: Polyfill location.origin for IE10 (#1325)
  • c26696a fix: use safe _window and _navigator references (#1324)
  • c306608 3.25.0
  • 80dffad fix: update deploy npm script
  • b0ea98b test: Tests for blob handling
  • de0db41 test: Fix Tracekit tests w. blob handling and some minor corrections
  • 18cba74 feat: Handle JavaScript loaded in the browser inside a blob
  • 9ec1dd4 build: include plugins-combination in dist and clear some old grunt configs (#1313)
  • 258c024 feat: Handle DOMError and DOMException gracefully (#1310)
  • 26fcb59 3.24.2

There are 102 commits in total.

See the full diff