Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 17, 2019

Bumps sentry from 6.4.1 to 7.1.0.

Release notes

Sourced from sentry's releases.

7.1.0

  • Enhancements

    • Option to include Logger.metadata in Sentry.LoggerBackend (#338)
    • Send maximum length of args in stacktrace (#340)
    • Fix dialyzer warning when using Sentry.Phoenix.Endpoint (#344)
  • Bug Fixes

    • Fix documentation error relating to File.cwd!() (#346)
    • Add parens to File.cwd!() in documentation (#347)
    • Check that DSN is binary (#348)

7.0.6

  • Enhancements
    • Allow configuring Sentry log level (#334)

7.0.5

  • Bug Fixes
    • Strip leading "Elixir." from module name on error type (#330)

7.0.4

  • Bug Fixes
    • Do not error if you cannot format the remote IP or port (#326)

7.0.3

  • Bug Fixes
    • Fix issue from using spawn_link stacktrace (#315)
    • Relax plug_cowboy versions (#314)

7.0.2

  • Bug Fixes
    • Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)

7.0.1

  • Enhancements
    • Remove poison from applications list(#306)

7.0.0

  • Enhancements

    • Implement Sentry.LoggerBackend
  • Breaking Changes

    • Replace Poison with configurable JSON library
    • Require Elixir 1.7+
    • Remove Sentry.Logger

Upgrade guide: https://gist.github.com/mitchellhenke/4ab6dd8d0ebeaaf9821fb625e0037a4d

6.4.2

  • Enhancements
... (truncated)
Changelog

Sourced from sentry's changelog.

7.1.0 (2019-06-11)

  • Enhancements

    • Option to include Logger.metadata in Sentry.LoggerBackend (#338)
    • Send maximum length of args in stacktrace (#340)
    • Fix dialyzer warning when using Sentry.Phoenix.Endpoint (#344)
  • Bug Fixes

    • Fix documentation error relating to File.cwd!() (#346)
    • Add parens to File.cwd!() in documentation (#347)
    • Check that DSN is binary (#348)

7.0.6 (2019-04-17)

  • Enhancements
    • Allow configuring Sentry log level (#334)

7.0.5 (2019-04-05)

  • Bug Fixes
    • Strip leading "Elixir." from module name on error type (#330)

7.0.4 (2019-02-12)

  • Bug Fixes
    • Do not error if you cannot format the remote IP or port (#326)

7.0.3 (2018-11-14)

  • Bug Fixes
    • Fix issue from using spawn_link stacktrace (#315)
    • Relax plug_cowboy versions (#314)

7.0.2 (2018-11-01)

  • Bug Fixes
    • Fix sending Phoenix.Router.NoRouteError when using Sentry.Phoenix.Endpoint (#309)

7.0.1 (2018-10-01)

  • Enhancements
    • Remove Poison from applications list (#306)

7.0.0 (2018-09-07)

  • Enhancements

    • Implement Sentry.LoggerBackend
  • Breaking Changes

    • Replace Poison with configurable JSON library
... (truncated)
Commits
  • 6222ede ignore credo
  • 1ccd934 credo updates
  • 322cbe9 prepare for release
  • d941a29 Merge pull request #348 from mathiasose/dsn-nil-error
  • a9e6209 Merge pull request #347 from mathiasose/patch-1
  • b1e5623 Check that DSN is binary before trying URI.parse
  • 0d8ade9 Docs: Add parens to File.cwd! to prevent confusion
  • 01b5361 Merge pull request #346 from nthock/master
  • f8c585f Fix documentation error relating to File.cwd()!
  • afc75cf Merge pull request #344 from heymackey/fix-unmatched-return-in-phoenix-endpoint
  • Additional commits viewable in compare view

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 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:

  • 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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/sentry-7.1.0 branch 2 times, most recently from f1c1704 to 8a1a914 Compare July 7, 2019 15:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/sentry-7.1.0 branch from 8a1a914 to 2a35803 Compare July 11, 2019 04:35
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #155 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #155   +/-   ##
=======================================
  Coverage   87.12%   87.12%           
=======================================
  Files         112      112           
  Lines        1359     1359           
=======================================
  Hits         1184     1184           
  Misses        175      175

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 b142c80...2a35803. Read the comment docs.

@mydearxym mydearxym merged commit 83509b7 into dev Jul 11, 2019
@mydearxym mydearxym deleted the dependabot/hex/sentry-7.1.0 branch July 11, 2019 07:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants