geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump @sentry/node from 4.6.4 to 5.2.0 #250

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @sentry/node from 4.6.4 to 5.2.0.

Release notes *Sourced from [@sentry/node's releases](https://github.com/getsentry/sentry-javascript/releases).* > ## 5.2.0 > - [opentracing] ref: Removed opentracing package > - [integrations] feat: Add tracing integration > - [hub] feat: Add tracing related function to scope and hub (`Scope.startSpan`, `Scope.setSpan`, `Hub.traceHeaders`) > - [hub] feat: Add new function to Scope `setContext` > - [hub] feat: Add new function to Scope `setTransaction` > - [integrations] fix: Update ember integration to include original error in `hint` in `beforeSend` > - [integrations] fix: Ember/Vue fix integration > > ## 5.1.3 > - [browser] fix: GlobalHandler integration sometimes receives Event objects as message: Fix [#1949](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1949) > > ## 5.1.2 > - [browser] fix: Fixed a bug if Sentry was initialized multiple times: Fix [#2043](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2043) > - [browser] ref: Mangle more stuff, reduce bundle size > - [browser] fix: Support for ram bundle frames > - [node] fix: Expose lastEventId method > > ## 5.1.1 > - [browser] fix: Breadcrumb Integration: Fix [#2034](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2034) > > ## 5.1.0 > - [hub] feat: Add `setContext` on the scope > - [browser] fix: Breacrumb integration ui clicks > - [node] feat: Add `flushTimeout` to `requestHandler` to auto flush requests > > ## 5.0.8 > - [core] fix: Don't disable client before flushing > - [utils] fix: Remove node types > - [hub] fix: Make sure all breadcrumbs have a timestamp > - [hub] fix: Merge event with scope breadcrumbs instead of only using event breadcrumbs > > ## 5.0.7 > - [utils] ref: Move `htmlTreeAsString` to `@sentry/browser` > - [utils] ref: Remove `Window` typehint `getGlobalObject` > - [core] fix: Make sure that flush/close works as advertised > - [integrations] feat: Added `CaptureConsole` integration > > ## 5.0.6 > - [utils]: Change how we use `utils` and expose `esm` build > - [utils]: Remove `store` and `fs` classes -> moved to @sentry/electron where this is used > - [hub]: Allow to pass `null` to `setUser` to reset it > > ## 5.0.5 > - [esm]: `module` in `package.json` now provides a `es5` build instead of `es2015` > > ## 5.0.4 > - [integrations] fix: Not requiring angular types > > ## 5.0.3 > ... (truncated)
Changelog *Sourced from [@sentry/node's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).* > ## 5.2.0 > > - [opentracing] ref: Removed opentracing package > - [integrations] feat: Add tracing integration > - [hub] feat: Add tracing related function to scope and hub (`Scope.startSpan`, `Scope.setSpan`, `Hub.traceHeaders`) > - [hub] feat: Add new function to Scope `setContext` > - [hub] feat: Add new function to Scope `setTransaction` > - [integrations] fix: Update ember integration to include original error in `hint` in `beforeSend` > - [integrations] fix: Ember/Vue fix integration > > ## 5.1.3 > > - [browser] fix: GlobalHandler integration sometimes receives Event objects as message: Fix [#1949](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1949) > > ## 5.1.2 > > - [browser] fix: Fixed a bug if Sentry was initialized multiple times: Fix [#2043](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2043) > - [browser] ref: Mangle more stuff, reduce bundle size > - [browser] fix: Support for ram bundle frames > - [node] fix: Expose lastEventId method > > ## 5.1.1 > > - [browser] fix: Breadcrumb Integration: Fix [#2034](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2034) > > ## 5.1.0 > > - [hub] feat: Add `setContext` on the scope > - [browser] fix: Breacrumb integration ui clicks > - [node] feat: Add `flushTimeout` to `requestHandler` to auto flush requests > > ## 5.0.8 > > - [core] fix: Don't disable client before flushing > - [utils] fix: Remove node types > - [hub] fix: Make sure all breadcrumbs have a timestamp > - [hub] fix: Merge event with scope breadcrumbs instead of only using event breadcrumbs > > ## 5.0.7 > > - [utils] ref: Move `htmlTreeAsString` to `@sentry/browser` > - [utils] ref: Remove `Window` typehint `getGlobalObject` > - [core] fix: Make sure that flush/close works as advertised > - [integrations] feat: Added `CaptureConsole` integration > > ## 5.0.6 > > - [utils]: Change how we use `utils` and expose `esm` build > - [utils]: Remove `store` and `fs` classes -> moved to @sentry/electron where this is used > - [hub]: Allow to pass `null` to `setUser` to reset it > ... (truncated)
Commits - [`fb06272`](https://github.com/getsentry/sentry-javascript/commit/fb06272459cdcdd3fb02cc6d53fa3deb7854d192) release: 5.2.0 - [`ccb1a3b`](https://github.com/getsentry/sentry-javascript/commit/ccb1a3b2e51aa233f11785d96159c67c9814598d) meta: Prepare release - [`af092e3`](https://github.com/getsentry/sentry-javascript/commit/af092e3bf9a95b4f9570fa85480e32669fa29a12) feat: Tracing + Reduced Bundle Size + build updates ([#2038](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2038)) - [`4a05f9f`](https://github.com/getsentry/sentry-javascript/commit/4a05f9fe216fa055c57abc37ee1d2a025e115a7c) integrations/vue: Remove unused import - [`63232c4`](https://github.com/getsentry/sentry-javascript/commit/63232c478e904cdb0df8bd8829d2701e833a29b0) integrations/vue: Remove unnecessary `integrations` change - [`8781790`](https://github.com/getsentry/sentry-javascript/commit/878179093ac752d71e8f57d3f7dbb4000dffeefe) integrations/captureconsole: Remove unnecessary `integrations` change - [`b5bce40`](https://github.com/getsentry/sentry-javascript/commit/b5bce40a0b9facac0a4bd7c778f1d8d3b788b3c3) integrations/ember: Remove unnecessary `_addIntegrationToSdkInfo()` method - [`bc4cb71`](https://github.com/getsentry/sentry-javascript/commit/bc4cb7190ddfdeab30675de52d2d4551d7575bd8) integrations/ember: Pass `originalException` to `captureException()` calls (#... - [`00459fd`](https://github.com/getsentry/sentry-javascript/commit/00459fd628ff138fe1d463c9e1951fe46913a56f) Merge release/5.1.3 into master - [`5ee5d7a`](https://github.com/getsentry/sentry-javascript/commit/5ee5d7a783d2e8609dcc9f63ff944d80b32f3a64) release: 5.1.3 - Additional commits viewable in [compare view](https://github.com/getsentry/sentry-javascript/compare/4.6.4...5.2.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #250 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f87f46...5189d26. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #256.