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.4.3 #267

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @sentry/node from 4.6.4 to 5.4.3.

Release notes *Sourced from [@sentry/node's releases](https://github.com/getsentry/sentry-javascript/releases).* > ## 5.4.3 > - [core] feat: Expose `Span` class > - [node] fix: Don't overwrite transaction on event in express handler > > ## 5.4.2 > - [core] fix: Allow Integration constructor to have arguments > - [browser] fix: Vue breadcrumb recording missing in payload > - [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix [#1762](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1762), fix [#2085](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2085) > - [integrations] fix: Tracing integration fetch headers bug where trace header is not attached if there are no options. > - [utils] fix: Better native `fetch` detection via iframes. Fix [#1601](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1601) > > ## 5.4.1 > - [integrations] fix: Tracing integration fetch headers bug. > > ## 5.4.0 > - [global] feat: Exposed new simplified scope API. `Sentry.setTag`, `Sentry.setTags`, `Sentry.setExtra`, `Sentry.setExtras`, `Sentry.setUser`, `Sentry.setContext` > > ## 5.3.1 > - [integrations] fix: Tracing integration CDN build. > > ## 5.3.0 > - [browser] fix: Remove `use_strict` from `@sentry/browser` > - [utils] fix: Guard string check in `truncate` > - [browser] fix: TraceKit fix for eval frames > > ## 5.2.1 > - [browser] feat: Expose `wrap` function in `@sentry/browser` > - [browser] feat: Added `onLoad` callback to `showReportDialog` > - [browser] fix: Use 'native code' as a filename for some frames > > ## 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) > ... (truncated)
Changelog *Sourced from [@sentry/node's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).* > ## 5.4.3 > > - [core] feat: Expose `Span` class > - [node] fix: Don't overwrite transaction on event in express handler > > ## 5.4.2 > > - [core] fix: Allow Integration constructor to have arguments > - [browser] fix: Vue breadcrumb recording missing in payload > - [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix [#1762](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1762), fix [#2085](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2085) > - [integrations] fix: Tracing integration fetch headers bug where trace header is not attached if there are no options. > - [utils] fix: Better native `fetch` detection via iframes. Fix [#1601](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/1601) > > ## 5.4.1 > > - [integrations] fix: Tracing integration fetch headers bug. > > ## 5.4.0 > > - [global] feat: Exposed new simplified scope API. `Sentry.setTag`, `Sentry.setTags`, `Sentry.setExtra`, `Sentry.setExtras`, `Sentry.setUser`, `Sentry.setContext` > > ## 5.3.1 > > - [integrations] fix: Tracing integration CDN build. > > ## 5.3.0 > > - [browser] fix: Remove `use_strict` from `@sentry/browser` > - [utils] fix: Guard string check in `truncate` > - [browser] fix: TraceKit fix for eval frames > > ## 5.2.1 > > - [browser] feat: Expose `wrap` function in `@sentry/browser` > - [browser] feat: Added `onLoad` callback to `showReportDialog` > - [browser] fix: Use 'native code' as a filename for some frames > > ## 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) > ... (truncated)
Commits - [`96dfbec`](https://github.com/getsentry/sentry-javascript/commit/96dfbecad8d09b4c4f8157951d42bd65b715f6ef) release: 5.4.3 - [`e1fe74c`](https://github.com/getsentry/sentry-javascript/commit/e1fe74c35bb418c88246514de2d8efca89a00110) meta: Changelog - [`55311df`](https://github.com/getsentry/sentry-javascript/commit/55311dff35d940a4a530dc24505504588cf46f74) fix: don't overwrite the transaction on an event if it's already been set. (#... - [`3849c25`](https://github.com/getsentry/sentry-javascript/commit/3849c2550fccad8a3ce3cd77e309b6709b7a107d) meta: Changelog 5.4.3 - [`812a99d`](https://github.com/getsentry/sentry-javascript/commit/812a99d8169357155280fc5f09cfe6926c044403) fix: Update span, Update trace header ([#2128](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2128)) - [`872a194`](https://github.com/getsentry/sentry-javascript/commit/872a1948b78df6e0ab53bc2f4ee2ef7132f5dbda) Merge release/5.4.2 into master - [`d72b176`](https://github.com/getsentry/sentry-javascript/commit/d72b1760db11ca9f09784d044aa4ce0dd1d6e1bc) release: 5.4.2 - [`454b490`](https://github.com/getsentry/sentry-javascript/commit/454b4907bb4e56233b09b8cc13b7ea2b302cc1d2) misc: Updated changelog for 5.4.2 - [`2f994a2`](https://github.com/getsentry/sentry-javascript/commit/2f994a24698da681c38a4efdb67f2876579acd8f) meta(changelog): Fix items incorrectly added to 5.4.1 ([#2120](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2120)) - [`71491be`](https://github.com/getsentry/sentry-javascript/commit/71491be8ffa279b9b5e54711f4d1d9ae88b79be8) fix(options): Fix description of `maxBreadcrumb` ([#2118](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2118)) - Additional commits viewable in [compare view](https://github.com/getsentry/sentry-javascript/compare/4.6.4...5.4.3)


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 #267 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #267   +/-   ##
=======================================
  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...385bbb3. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #272.