Open martenb opened 1 year ago
Hi @martenb , I am aware of this. I already handled this in 2.0.0
(specifically https://github.com/rootpd/nette-sentry/commit/ad301dc2f963275281e57dd486f3facf97442423), but in a different session.
The original approach tracked everything, that Nette session contained, including some internals. I believe that deprecation of Session iterator was implemented exactly because we shouldn't touch/read those internals and only track/log the sessions sections that application is aware of.
Because of that, I'd stick with the implementation introduced in 2.0.0
using explicitly configured session sections.
It wouldn't make sense to copy contributte
package anyway, there's no need to have two libraries which work the same way :).
Makes sense, didn't noticed v2. Thx for info.
See https://github.com/nette/http/releases/tag/v3.2.1