sentry-php

The official PHP SDK for Sentry (sentry.io)

MIT License

Downloads
146M
Stars
1.8K
Committers
233

Bot releases are visible (Hide)

sentry-php - 3.3.7

Published by getsentry-bot over 2 years ago

  • Fix the serialization of a callable when the autoloader throws exceptions (#1280)
sentry-php - 3.3.6

Published by getsentry-bot almost 3 years ago

  • Optimize Span constructor and add benchmarks (#1274)
  • Handle autoloader that throws an exception while trying to serialize a possible callable (#1276)
sentry-php - 3.3.5

Published by getsentry-bot almost 3 years ago

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

Published by getsentry-bot almost 3 years ago

  • 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)
sentry-php - 3.3.3

Published by getsentry-bot about 3 years ago

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

Published by getsentry-bot over 3 years ago

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

Published by getsentry-bot over 3 years ago

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

Published by getsentry-bot over 3 years ago

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

Published by getsentry-bot over 3 years ago

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

Published by getsentry-bot over 3 years ago

  • 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)
sentry-php - 3.2.0

Published by getsentry-bot over 3 years ago

  • 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)
sentry-php - 3.1.5

Published by getsentry-bot over 3 years ago

  • Fix incorrect detection of silenced errors (by the @ operator) (#1183)
sentry-php - 2.5.2

Published by HazAT over 3 years ago

  • Allow jean85/pretty-package-versions 2.0 (#1171, backport of #1170 from 3.x)
sentry-php - 3.1.4

Published by HazAT over 3 years ago

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

Published by HazAT over 3 years ago

  • 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)
sentry-php - 3.1.2

Published by HazAT almost 4 years ago

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

Published by HazAT almost 4 years ago

  • Fix regression introduced in #1129 (#1143)
  • Fix capturing of the request body in the RequestIntegration integration when the stream is empty (#1129)
  • Fix wrong deprecation message when using the MissingPublicKeyCredentialException class (#1155)
sentry-php - 3.1.1

Published by HazAT almost 4 years ago

  • 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)
sentry-php - 3.1.0

Published by HazAT almost 4 years ago

  • 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)
sentry-php - 3.0.4

Published by HazAT almost 4 years ago

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