File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.5.0
4+
5+ ### Various fixes & improvements
6+
7+ - Improve resilience of looking at Retry-After (ab7fbb96) by @whatyouhide
8+ - Fix compilation error (cf93d226) by @whatyouhide
9+ - Honor Retry-After responses from Sentry (5bad4b56) by @whatyouhide
10+ - Improve "GenServer terminating" reports (#723 ) by @whatyouhide
11+ - Don't report empty stacktraces (bed583f5) by @whatyouhide
12+ - Add LiveView hook (#722 ) by @whatyouhide
13+ - FIx monitor slug in Oban + Quantum integrations (#721 ) by @whatyouhide
14+
315## 10.4.0
416
517### Various fixes & improvements
Original file line number Diff line number Diff line change 11defmodule Sentry.Mixfile do
22 use Mix.Project
33
4- @ version "10.4 .0"
4+ @ version "10.5 .0"
55 @ source_url "https://github.com/getsentry/sentry-elixir"
66
77 def project do
You can’t perform that action at this time.
0 commit comments