File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- master
8
8
- develop
9
+ - release/**
9
10
- 3.5.x
10
11
11
12
jobs :
Original file line number Diff line number Diff line change 4
4
5
5
## 4.5.0 (2022-11-28)
6
6
7
+ - Symfony version 3.4 is no longer supported
8
+ - Drop Symfony support below 4.4 (#643 )
7
9
- feat: Add support for tracing of Symfony HTTP client requests (#606 )
8
10
- feat: Add support for HTTP client baggage propagation (#663 )
9
11
- ref: Add proper HTTP client span descriptions (#680 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ final class SentryBundle extends Bundle
14
14
{
15
15
public const SDK_IDENTIFIER = 'sentry.php.symfony ' ;
16
16
17
- public const SDK_VERSION = '4.3.1 ' ;
17
+ public const SDK_VERSION = '4.5.0 ' ;
18
18
19
19
public function build (ContainerBuilder $ container ): void
20
20
{
You can’t perform that action at this time.
0 commit comments