Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps sentry/sentry from 1.11.0 to 3.11.0.

Release notes

Sourced from sentry/sentry's releases.

3.11.0

  • fix: Only include the transaction name to the DSC if it has good quality (#1410)
  • ref: Enable the ModulesIntegration by default (#1415)
  • ref: Expose the ExceptionMechanism through the event hint (#1416)

3.10.0

  • ref: Add correct never option for max_request_body_size (#1397)
    • Deprecate max_request_body_size.none in favour of max_request_body_size.never
  • fix: Sampling now correctly takes in account the parent sampling decision if available instead of always being false when tracing is disabled (#1407)

3.9.1

  • fix: Suppress errors on is_callable (#1401)

3.9.0

  • feat: Add tracePropagationTargets option (#1396)
  • feat: Expose a function to retrieve the URL of the CSP endpoint (#1378)
  • feat: Add support for Dynamic Sampling (#1360)
    • Add segment to UserDataBag
    • Add TransactionSource, to set information about the transaction name via TransactionContext::setSource() (#1382)
    • Deprecate TransactionContext::fromSentryTrace() in favor of TransactionContext::fromHeaders()

3.8.1

  • fix: Use constant for the SDK version (#1374)
  • fix: Do not throw an TypeError on numeric HTTP headers (#1370)

3.8.0

  • Add Sentry\Monolog\BreadcrumbHandler, a Monolog handler to allow registration of logs as breadcrumbs (#1199)
  • Do not setup any error handlers if the DSN is null (#1349)
  • Add setter for type on the ExceptionDataBag (#1347)
  • Drop symfony/polyfill-uuid in favour of a standalone implementation (#1346)

3.7.0

  • Fix Scope::getTransaction() so that it returns also unsampled transactions (#1334)
  • Set the event extras by taking the data from the Monolog record's extra (#1330)

3.6.1

  • Set the sentry-trace header when using the tracing middleware (#1331)

3.6.0

  • Add support for monolog/monolog:^3.0 (#1321)
  • Add setTag and removeTag public methods to Event for easier manipulation of tags (#1324)

3.5.0

  • Bump minimum version of guzzlehttp/psr7 package to avoid CVE-2022-24775 (#1305)
  • Fix stripping of memory addresses from stacktrace frames of anonymous classes in PHP >=7.4.2 (#1314)
  • Set the default send_attempts to 0 (this disables retries) and deprecate the option. If you require retries you can increase the send_attempts option to the desired value. (#1312)
  • Add http_connect_timeout and http_timeout client options (#1282)

3.4.0

... (truncated)

Changelog

Sourced from sentry/sentry's changelog.

3.11.0 (2022-10-25)

  • fix: Only include the transaction name to the DSC if it has good quality (#1410)
  • ref: Enable the ModulesIntegration by default (#1415)
  • ref: Expose the ExceptionMechanism through the event hint (#1416)

3.10.0 (2022-10-19)

  • ref: Add correct never option for max_request_body_size (#1397)
    • Deprecate max_request_body_size.none in favour of max_request_body_size.never
  • fix: Sampling now correctly takes in account the parent sampling decision if available instead of always being false when tracing is disabled (#1407)

3.9.1 (2022-10-11)

  • fix: Suppress errors on is_callable (#1401)

3.9.0 (2022-10-05)

  • feat: Add tracePropagationTargets option (#1396)
  • feat: Expose a function to retrieve the URL of the CSP endpoint (#1378)
  • feat: Add support for Dynamic Sampling (#1360)
    • Add segment to UserDataBag
    • Add TransactionSource, to set information about the transaction name via TransactionContext::setSource() (#1382)
    • Deprecate TransactionContext::fromSentryTrace() in favor of TransactionContext::fromHeaders()

3.8.1 (2022-09-21)

  • fix: Use constant for the SDK version (#1374)
  • fix: Do not throw an TypeError on numeric HTTP headers (#1370)

3.8.0 (2022-09-05)

  • Add Sentry\Monolog\BreadcrumbHandler, a Monolog handler to allow registration of logs as breadcrumbs (#1199)
  • Do not setup any error handlers if the DSN is null (#1349)
  • Add setter for type on the ExceptionDataBag (#1347)
  • Drop symfony/polyfill-uuid in favour of a standalone implementation (#1346)

3.7.0 (2022-07-18)

  • Fix Scope::getTransaction() so that it returns also unsampled transactions (#1334)
  • Set the event extras by taking the data from the Monolog record's extra (#1330)

3.6.1 (2022-06-27)

  • Set the sentry-trace header when using the tracing middleware (#1331)

3.6.0 (2022-06-10)

  • Add support for monolog/monolog:^3.0 (#1321)
  • Add setTag and removeTag public methods to Event for easier manipulation of tags (#1324)

... (truncated)

Commits
  • 91bd6e5 release: 3.11.0
  • 5a53bcc docs: Fix changelog formatting (#1421)
  • 76f210a Merge pull request #1420 from getsentry/develop
  • b455e35 Prepare 3.11.0
  • 04d4280 ref: Expose the ExceptionMechanism through the event hint (#1416)
  • 8a2ae1d Merge branch 'master' into develop
  • 8942e12 chore(ci): add danger.yml to police CHANGELOG updates (#1417)
  • 80b5ad0 ref: Enable the ModulesIntegration by default (#1415)
  • f865c6c fix: Only include the transaction name to the DSC if it has good quality (#1410)
  • ab268bd Start development of version 3.11
  • 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.11.0.
- [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.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #337.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/playground-runner/sentry/sentry-3.11.0 branch December 1, 2022 02:00
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.

1 participant