Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sentry/sentry from 1.11.0 to 3.2.0 in /playground-runner #4

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps sentry/sentry from 1.11.0 to 3.2.0.

Release notes

Sourced from sentry/sentry's releases.

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)

3.1.1

  • Add support for PHP 8.0 (#1087)
  • Change the error handling for silenced fatal errors using @ to use a mask check in order to be php 8 compatible (#1141)
  • Update the guzzlehttp/promises package to the minimum required version compatible with PHP 8 (#1144)
  • Update the symfony/options-resolver package to the minimum required version compatible with PHP 8 (#1144)

3.1.0

  • Fix capturing of the request body in the RequestIntegration integration (#1139)
  • Deprecate SpanContext::fromTraceparent() in favor of TransactionContext::fromSentryTrace() (#1134)
  • Allow setting custom data on the sampling context by passing it as 2nd argument of the startTransaction() function (#1134)
  • Add setter for value on the ExceptionDataBag (#1100)
  • Add Scope::removeTag method (#1126)

3.0.4

  • Fix stacktrace missing from payload for non-exception events (#1123)
  • Fix capturing of the request body in the RequestIntegration integration when the stream is empty (#1119)

3.0.3

  • Fix missing source code excerpts for stacktrace frames whose absolute file path is equal to the file path (#1104)
  • Fix requirements to construct a valid object instance of the UserDataBag class (#1108)

3.0.2

  • fix: Use the traces sample rate for traces instead of the event sample rate (#1106)

3.0.1

  • fix: Use Span on Scope instead of Transaction for GuzzleMiddleware (#1099)

3.0.0

... (truncated)

Changelog

Sourced from sentry/sentry's changelog.

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)

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

3.1.3 (2021-01-25)

  • 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 (2021-01-08)

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

3.1.1 (2020-12-07)

  • Add support for PHP 8.0 (#1087)
  • Change the error handling for silenced fatal errors using @ to use a mask check in order to be php 8 compatible (#1141)
  • Update the guzzlehttp/promises package to the minimum required version compatible with PHP 8 (#1144)
  • Update the symfony/options-resolver package to the minimum required version compatible with PHP 8 (#1144)

3.1.0 (2020-12-01)

  • Fix capturing of the request body in the RequestIntegration integration (#1139)
  • Deprecate SpanContext::fromTraceparent() in favor of TransactionContext::fromSentryTrace() (#1134)
  • Allow setting custom data on the sampling context by passing it as 2nd argument of the startTransaction() function (#1134)
  • Add setter for value on the ExceptionDataBag (#1100)
  • Add Scope::removeTag method (#1126)

3.0.4 (2020-11-06)

  • Fix stacktrace missing from payload for non-exception events (#1123)
  • Fix capturing of the request body in the RequestIntegration integration when the stream is empty (#1119)

3.0.3 (2020-10-12)

  • Fix missing source code excerpts for stacktrace frames whose absolute file path is equal to the file path (#1104)

... (truncated)

Commits
  • 899b0de Prepare release 3.2.0
  • 4277bd5 Merge branch 'develop'
  • b9b0d90 Update list of 3rd party integrations (#1191)
  • f251023 Set the environment of the event to production if it has not been overridden ...
  • 51af981 Fix Codecov GitHub Action warning due to too low fetch depth (#1188)
  • a246989 Merge branch 'master' into develop
  • 62f6897 Prepare release 3.1.5
  • 4b683cd Add a GitHub Action workflow to release a new version (#1181)
  • 2c59c6c Fix incorrect detection of silenced errors (#1183)
  • acbf541 Fix incorrect detection of silenced errors (#1183)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 1, 2021

Superseded by #36.

@dependabot dependabot bot closed this May 1, 2021
@dependabot dependabot bot deleted the dependabot/composer/playground-runner/sentry/sentry-3.2.0 branch May 1, 2021 05:50
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
0 participants