Skip to content

Bump sentry/sentry from 1.11.0 to 3.3.5 in /playground-runner - #174

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/playground-runner/sentry/sentry-3.3.5
Closed

Bump sentry/sentry from 1.11.0 to 3.3.5 in /playground-runner#174
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/playground-runner/sentry/sentry-3.3.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 1, 2022

Copy link
Copy Markdown

Bumps sentry/sentry from 1.11.0 to 3.3.5.

Release notes

Sourced from sentry/sentry's releases.

3.3.5

  • Bump the minimum required version of the jean85/pretty-package-versions package (#1267)

3.3.4

  • Avoid overwriting the error level set by the user on the event when capturing an ErrorException exception (#1251)
  • Allow installing the project alongside Symfony 6.x components (#1257)
  • Run the test suite against PHP 8.1 (#1245)

3.3.3

  • Fix fatal error in the EnvironmentIntegration integration if the php_uname function is disabled (#1243)

3.3.2

  • Allow installation of guzzlehttp/psr7:^2.0 (#1225)
  • Allow installation of psr/log:^1.0|^2.0|^3.0 (#1229)

3.3.1

  • Fix missing collecting of frames's arguments when using captureEvent() without expliciting a stacktrace or an exception (#1223)

3.3.0

  • Allow setting a custom timestamp on the breadcrumbs (#1193)
  • Add option ignore_tags to IgnoreErrorsIntegration in order to ignore exceptions by tags values. (#1201)

3.2.2

  • Fix missing handling of EventHint in the HubAdapter::capture*() methods (#1206)

3.2.1

  • Changes behaviour of error_types option when not set: before it defaulted to error_reporting() statically at SDK initialization; now it will be evaluated each time during error handling to allow silencing errors temporarily (#1196)

3.2.0

  • Make the HTTP headers sanitizable in the RequestIntegration integration instead of removing them entirely (#1161)
  • Deprecate the logger option (#1167)
  • Pass the event hint from the capture*() methods down to the before_send callback (#1138)
  • Deprecate the tags option, see the docs for other ways to set tags (#1174)
  • Make sure the environment field is set to production if it has not been overridden explicitly (#1116)

3.1.5

  • Fix incorrect detection of silenced errors (by the @ operator) (#1183)

3.1.4

  • Allow jean85/pretty-package-versions 2.0 (#1170)

3.1.3

  • Fix the fetching of the version of the SDK (#1169)
  • Add the $customSamplingContext argument to Hub::startTransaction() and HubAdapter::startTransaction() to fix deprecations thrown in Symfony (#1176)

3.1.2

  • Fix unwanted call to the before_send callback with transaction events, use traces_sampler instead to filter transactions (#1158)
  • Fix the logger option not being applied to the event object (#1165)
  • Fix a bug that made some event attributes being overwritten by option config values when calling captureEvent() (#1148)

... (truncated)

Changelog

Sourced from sentry/sentry's changelog.

3.3.5 (2021-12-27)

  • Bump the minimum required version of the jean85/pretty-package-versions package (#1267)

3.3.4 (2021-11-08)

  • Avoid overwriting the error level set by the user on the event when capturing an ErrorException exception (#1251)
  • Allow installing the project alongside Symfony 6.x components (#1257)
  • Run the test suite against PHP 8.1 (#1245)

3.3.3 (2021-10-04)

  • Fix fatal error in the EnvironmentIntegration integration if the php_uname function is disabled (#1243)

3.3.2 (2021-07-19)

  • Allow installation of guzzlehttp/psr7:^2.0 (#1225)
  • Allow installation of psr/log:^1.0|^2.0|^3.0 (#1229)

3.3.1 (2021-06-21)

  • Fix missing collecting of frames's arguments when using captureEvent() without expliciting a stacktrace or an exception (#1223)

3.3.0 (2021-05-26)

  • Allow setting a custom timestamp on the breadcrumbs (#1193)
  • Add option ignore_tags to IgnoreErrorsIntegration in order to ignore exceptions by tags values. (#1201)

3.2.2 (2021-05-06)

  • Fix missing handling of EventHint in the HubAdapter::capture*() methods (#1206)

3.2.1 (2021-04-06)

  • Changes behaviour of error_types option when not set: before it defaulted to error_reporting() statically at SDK initialization; now it will be evaluated each time during error handling to allow silencing errors temporarily (#1196)

3.2.0 (2021-03-03)

  • Make the HTTP headers sanitizable in the RequestIntegration integration instead of removing them entirely (#1161)
  • Deprecate the logger option (#1167)
  • Pass the event hint from the capture*() methods down to the before_send callback (#1138)
  • Deprecate the tags option, see the docs for other ways to set tags (#1174)
  • Make sure the environment field is set to production if it has not been overridden explicitly (#1116)

3.1.5 (2021-02-18)

  • Fix incorrect detection of silenced errors (by the @ operator) (#1183)

3.1.4 (2021-02-02)

... (truncated)

Commits
  • c186c44 Prepare release 3.3.5
  • ea3dca1 Bump the minimum required version of jean85/pretty-package-versions (#1267)
  • ecbd09e Prepare release 3.3.4
  • 9c75d51 Run the test suite against PHP 8.1 (#1245)
  • af3ab28 Support installing the project alongside Symfony 6.x components (#1257)
  • a8f3b97 Fix overwriting of the event's error level set by the user when capturing an ...
  • 2d9c139 Add 3rd party integration for CakePHP to the README (#1256)
  • 9a7b6d8 Prepare release 3.3.3
  • d74e49f Avoid fatal error in the EnvironmentIntegration integration if the `php_una...
  • bfab90c Fix HttpTransportTest using removed function
  • 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 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)

Bumps [sentry/sentry](https://github.com/getsentry/sentry-php) from 1.11.0 to 3.3.5.
- [Release notes](https://github.com/getsentry/sentry-php/releases)
- [Changelog](https://github.com/getsentry/sentry-php/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-php@1.11.0...3.3.5)

---
updated-dependencies:
- dependency-name: sentry/sentry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 1, 2022
@dependabot @github

dependabot Bot commented on behalf of github Feb 1, 2022

Copy link
Copy Markdown
Author

Superseded by #188.

@dependabot dependabot Bot closed this Feb 1, 2022
@dependabot
dependabot Bot deleted the dependabot/composer/playground-runner/sentry/sentry-3.3.5 branch February 1, 2022 02:01
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants