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 ad6fca2 commit 4ac9bfdCopy full SHA for 4ac9bfd
README.md
@@ -17,7 +17,7 @@ defp application do
17
end
18
19
defp deps do
20
- [{:sentry, "~> 4.0.2"}]
+ [{:sentry, "~> 4.0.3"}]
21
22
```
23
docs/index.rst
@@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
24
25
26
27
28
29
30
Configuration
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
4
def project do
5
[
6
app: :sentry,
7
- version: "4.0.2",
+ version: "4.0.3",
8
elixir: "~> 1.3",
9
description: "The Official Elixir client for Sentry",
10
package: package(),
0 commit comments