Skip to content

Commit

Permalink
Merge master (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Oct 30, 2023
1 parent 5cc49b3 commit 0ed7fd9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## 3.22.0

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.22.0.

### Features

- Adopt Starfish HTTP attributes in spans and breadcrumbs [(#1581)](https://github.com/getsentry/sentry-php/pull/1581)

### Bug Fixes

- Don't add empty HTTP fragment or query strings to breadcrumb data [(#1588)](https://github.com/getsentry/sentry-php/pull/1588)

### Misc

- Remove obsolete `tags` option depreaction [(#1588)](https://github.com/getsentry/sentry-php/pull/1588)
- Run CI on PHP 8.3 [(1591)](https://github.com/getsentry/sentry-php/pull/1591)
- Add support for `symfony/options-resolver: ^7.0` [(1597)](https://github.com/getsentry/sentry-php/pull/1597)

## 3.21.0

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.21.0.
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class Client implements ClientInterface
/**
* The version of the SDK.
*/
public const SDK_VERSION = '3.21.0';
public const SDK_VERSION = '3.22.0';

/**
* @var Options The client options
Expand Down

0 comments on commit 0ed7fd9

Please sign in to comment.