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 ae2648d + 7cbd50c commit 1c2f5f2Copy full SHA for 1c2f5f2
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