Skip to content

Commit f2e11da

Browse files
authored
Prepare 4.1.0 (#1653)
1 parent 65d4e2d commit f2e11da

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 4.1.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.1.0.
6+
7+
### Features
8+
9+
- Add support for Spotlight [(#1647)](https://github.com/getsentry/sentry-php/pull/1647)
10+
11+
Spotlight is Sentry for Development. Inspired by an old project, Django Debug Toolbar. Spotlight brings a rich debug overlay into development environments, and it does it by leveraging the existing power of Sentry's SDKs.
12+
13+
To learn more about Spotlight, go to https://spotlightjs.com/.
14+
15+
### Misc
16+
17+
- Normalize `response` status [(#1644)](https://github.com/getsentry/sentry-php/pull/1644)
18+
319
## 4.0.1
420

521
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.0.1.
@@ -13,7 +29,7 @@ The Sentry SDK team is happy to announce the immediate availability of Sentry PH
1329

1430
The Sentry SDK team is thrilled to announce the immediate availability of Sentry PHP SDK v4.0.0.
1531

16-
# Breaking Change
32+
### Breaking Change
1733

1834
Please refer to the [UPGRADE-4.0.md](UPGRADE-4.0.md) guide for a complete list of breaking changes.
1935

@@ -34,7 +50,7 @@ Please refer to the [UPGRADE-4.0.md](UPGRADE-4.0.md) guide for a complete list o
3450

3551
This option performs an [`is_a`](https://www.php.net/manual/en/function.is-a.php) check now, so you can also ignore more generic exceptions.
3652

37-
# Features
53+
### Features
3854

3955
- Add new fluent APIs [(#1601)](https://github.com/getsentry/sentry-php/pull/1601)
4056

@@ -130,6 +146,6 @@ Please refer to the [UPGRADE-4.0.md](UPGRADE-4.0.md) guide for a complete list o
130146
To use a different transport, you may use the `transport` option. A custom transport must implement the `TransportInterface`.
131147
If you use the `transport` option, the `http_client` option has no effect.
132148

133-
# Misc
149+
### Misc
134150

135151
- The abandoned package `php-http/message-factory` was removed.

0 commit comments

Comments
 (0)