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.
1 parent ae2648d commit 7cbd50cCopy full SHA for 7cbd50c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 10.0.2
4
+
5
+### Various fixes & improvements
6
7
+- Fix infinite logging loop (#657) by @whatyouhide
8
+- Remove reference to "before_send_event" in README (f1650502) by @whatyouhide
9
+- Don't report events if DSN is not configured (#655) by @whatyouhide
10
11
## 10.0.1
12
13
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.0.1"
+ @version "10.0.2"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments