2023-11-14 13:40:04 +00:00

12 lines
479 B
Markdown

# 1.1.2
## improvements
* only moving eden connections to idle when they're recycled.
## bugfixes
* skip closing a connection which is already closed during reset.
* sentry adapter: fixed `super` call which didn't have a super method (this prevented usinng sentry-enabled sessions with the `:retries` plugin).
* sentry adapter: fixing registering of sentry config.
* sentry adapter: do not propagate traces when relevant sdk options are disabled (such as `propagate_traces`).