Skip to content

Releases: rootpd/nette-sentry

2.2.0

05 Jan 11:10
Compare
Choose a tag to compare
  • Updated sentry/sentry to v4.
  • Bumped minimum version of PHP to 8.1.

2.0.0

06 Apr 12:31
f748c4d
Compare
Choose a tag to compare
  • 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_sections property of the configuration object in the README.
  • Added support for traces sample rate configuration.

1.3.1

26 May 10:14
c94fe41
Compare
Choose a tag to compare
  • Fixed session ID to be different on every request due to accessing identity very early in the initialization process. #7 #5

1.2.0

22 Oct 09:17
a0019f3
Compare
Choose a tag to compare
  • Fixed issue when setUser was 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/sdk was bumped to 3.0.
  • Added tests, Makefile and Travis CI definition.