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 6274b61 + d84db58 commit 372ef1aCopy full SHA for 372ef1a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 10.6.1
4
+
5
+### Various fixes & improvements
6
7
+- Only fetch LiveView socket info if root (#734) by @whatyouhide
8
9
## 10.6.0
10
11
### Various fixes & improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project
- @version "10.6.0"
+ @version "10.6.1"
@source_url "https://github.com/getsentry/sentry-elixir"
def project do
0 commit comments