Skip to content

Bump sentry-raven from 0.6.0 to 0.12.2#4

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sentry-raven-0.12.2
Open

Bump sentry-raven from 0.6.0 to 0.12.2#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sentry-raven-0.12.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 15, 2023

Bumps sentry-raven from 0.6.0 to 0.12.2.

Changelog

Sourced from sentry-raven's changelog.

0.12.2

  • OKJson no longer parses scientific notation. [dcramer, #262]

0.12.1

  • Integrations (Sidekiq, DelayedJob, etc) now load independently of your Gemfile order. [nateberkopec, #236]
  • Fixed bug where setting tags mutated your configuration [berg, #239]
  • Fixed several issues with SanitizeData and UTF8 sanitization processors [nateberkopec, #238, #241, #244]

0.12.0

  • You can now give additional fields to the SanitizeData processor. Values matched are replaced by the string mask (*********). Full documentation (and how to use with Rails config.filter_parameters) here. [jamescway, #232]
  • An additional processor has been added, though it isn't turned on by default: RemoveStacktrace. Use it to remove stacktraces from exception reports. [nateberkopec, #233]
  • Dependency on uuidtools has been removed. [nateberkopec, #231]

0.11.2

  • Fix some issues with the SanitizeData processor when processing strings that look like JSON

0.11.1

  • Raven now captures exceptions in Rake tasks automatically. [nateberkopec, troelskn #222]
  • There is now a configuration option called should_send that can be configured to use a Proc to determine whether or not an event should be sent to Sentry. This can be used to implement rate limiters, etc. [nateberkopec, #221]
  • Raven now includes three event processors by default instead of one, which can be turned on and off independently. [nateberkopec, #223]
  • Fixed bug with YAJL compatibility. [nateberkopec, #223]

0.10.1

  • Updated to RSpec 3.
  • Apply filters to encoded JSON data.

0.10.0

  • Events are now sent to Sentry in all environments. To change this behavior, either unset SENTRY_DSN or explicitly configure it via Raven.configure.
  • gzip is now the default encoding
  • Removed hashie dependency

0.9.0

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sentry-raven](https://github.com/getsentry/raven-ruby) from 0.6.0 to 0.12.2.
- [Release notes](https://github.com/getsentry/raven-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/0.12.2/changelog.md)
- [Commits](getsentry/raven-ruby@0.6.0...0.12.2)

---
updated-dependencies:
- dependency-name: sentry-raven
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants