Update module getsentry/sentry-go to v0.7.0 #617

Merged
konrad merged 1 commits from renovate/github.com-getsentry-sentry-go-0.x into master 2020-07-21 13:02:47 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/getsentry/sentry-go require minor v0.6.1 -> v0.7.0

Release Notes

getsentry/sentry-go

v0.7.0

Compare Source

  • feat: Include original error when event cannot be encoded as JSON (#​258)
  • feat: Use Hub from request context when available (#​217, #​259)
  • feat: Extract stack frames from golang.org/x/xerrors (#​262)
  • feat: Make Environment Integration preserve existing context data (#​261)
  • feat: Recover and RecoverWithContext with arbitrary types (#​268)
  • feat: Report bad usage of CaptureMessage and CaptureEvent (#​269)
  • feat: Send debug logging to stderr by default (#​266)
  • feat: Several improvements to documentation (#​223, #​245, #​250, #​265)
  • feat: Example of Recover followed by panic (#​241, #​247)
  • feat: Add Transactions and Spans (to support OpenTelemetry Sentry Exporter) (#​235, #​243, #​254)
  • fix: Set either Frame.Filename or Frame.AbsPath (#​233)
  • fix: Clone requestBody to new Scope (#​244)
  • fix: Synchronize access and mutation of Hub.lastEventID (#​264)
  • fix: Avoid repeated syscalls in prepareEvent (#​256)
  • fix: Do not allocate new RNG for every event (#​256)
  • fix: Remove stale replace directive in go.mod (#​255)
  • fix(http): Deprecate HandleFunc, remove duplication (#​260)

NOTE:
This version comes packed with several fixes and improvements and no breaking
changes.
Notably, there is a change in how the SDK reports file names in stack traces
that should resolve any ambiguity when looking at stack traces and using the
Suspect Commits feature.
We recommend all users to upgrade.


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 you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | require | minor | `v0.6.1` -> `v0.7.0` | --- ### Release Notes <details> <summary>getsentry/sentry-go</summary> ### [`v0.7.0`](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md#v070) [Compare Source](https://github.com/getsentry/sentry-go/compare/v0.6.1...v0.7.0) - feat: Include original error when event cannot be encoded as JSON ([#&#8203;258](https://github.com/getsentry/sentry-go/issues/258)) - feat: Use Hub from request context when available ([#&#8203;217](https://github.com/getsentry/sentry-go/issues/217), [#&#8203;259](https://github.com/getsentry/sentry-go/issues/259)) - feat: Extract stack frames from golang.org/x/xerrors ([#&#8203;262](https://github.com/getsentry/sentry-go/issues/262)) - feat: Make Environment Integration preserve existing context data ([#&#8203;261](https://github.com/getsentry/sentry-go/issues/261)) - feat: Recover and RecoverWithContext with arbitrary types ([#&#8203;268](https://github.com/getsentry/sentry-go/issues/268)) - feat: Report bad usage of CaptureMessage and CaptureEvent ([#&#8203;269](https://github.com/getsentry/sentry-go/issues/269)) - feat: Send debug logging to stderr by default ([#&#8203;266](https://github.com/getsentry/sentry-go/issues/266)) - feat: Several improvements to documentation ([#&#8203;223](https://github.com/getsentry/sentry-go/issues/223), [#&#8203;245](https://github.com/getsentry/sentry-go/issues/245), [#&#8203;250](https://github.com/getsentry/sentry-go/issues/250), [#&#8203;265](https://github.com/getsentry/sentry-go/issues/265)) - feat: Example of Recover followed by panic ([#&#8203;241](https://github.com/getsentry/sentry-go/issues/241), [#&#8203;247](https://github.com/getsentry/sentry-go/issues/247)) - feat: Add Transactions and Spans (to support OpenTelemetry Sentry Exporter) ([#&#8203;235](https://github.com/getsentry/sentry-go/issues/235), [#&#8203;243](https://github.com/getsentry/sentry-go/issues/243), [#&#8203;254](https://github.com/getsentry/sentry-go/issues/254)) - fix: Set either Frame.Filename or Frame.AbsPath ([#&#8203;233](https://github.com/getsentry/sentry-go/issues/233)) - fix: Clone requestBody to new Scope ([#&#8203;244](https://github.com/getsentry/sentry-go/issues/244)) - fix: Synchronize access and mutation of Hub.lastEventID ([#&#8203;264](https://github.com/getsentry/sentry-go/issues/264)) - fix: Avoid repeated syscalls in prepareEvent ([#&#8203;256](https://github.com/getsentry/sentry-go/issues/256)) - fix: Do not allocate new RNG for every event ([#&#8203;256](https://github.com/getsentry/sentry-go/issues/256)) - fix: Remove stale replace directive in go.mod ([#&#8203;255](https://github.com/getsentry/sentry-go/issues/255)) - fix(http): Deprecate HandleFunc, remove duplication ([#&#8203;260](https://github.com/getsentry/sentry-go/issues/260)) _NOTE:_ This version comes packed with several fixes and improvements and no breaking changes. Notably, there is a change in how the SDK reports file names in stack traces that should resolve any ambiguity when looking at stack traces and using the Suspect Commits feature. We recommend all users to upgrade. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-07-21 12:00:43 +00:00
renovate added 1 commit 2020-07-21 12:00:44 +00:00
continuous-integration/drone/pr Build is passing Details
339a91ce11
Update module getsentry/sentry-go to v0.7.0
konrad merged commit 5f8872f8cc into master 2020-07-21 13:02:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#617
No description provided.