Releases: rootpd/nette-sentry
Releases · rootpd/nette-sentry
Release list
2.2.0
2.0.0
- BREAKING: Removed support for Nette 2.
- BREAKING: Removed support for PHP <8.0
- BREAKING: Changed session section tracking.
- Sections are not tracked automatically anymore, but the developer needs to provide them in the extension configuration. See
session_sectionsproperty of the configuration object in the README.
- Sections are not tracked automatically anymore, but the developer needs to provide them in the extension configuration. See
- Added support for traces sample rate configuration.
1.3.1
1.2.0
- Fixed issue when
setUserwas called also for logged out users. Now it's only provided if the user is actually logged in. - Fixed other types of log value than string.
- Library
sentry/sdkwas bumped to3.0. - Added tests, Makefile and Travis CI definition.