We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfd9a9e + d2949bb commit 62f9bacCopy full SHA for 62f9bac
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 10.6.0
4
+
5
+### Various fixes & improvements
6
7
+- Add overload protection to `:logger` handler (#727).
8
+- Expose DSN via new `Sentry.get_dsn/0` (#731).
9
+- Fix a bug with nameless Quantum cron jobs support in the Quantum integration.
10
11
## 10.5.0
12
13
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.5.0"
+ @version "10.6.0"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments