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 ebefd76 commit 76f17a3Copy full SHA for 76f17a3
README.md
@@ -76,7 +76,7 @@ Sometimes you want to capture specific exceptions. To do so, use `Sentry.captur
76
77
```elixir
78
try do
79
- ThisWillError.reall()
+ ThisWillError.really()
80
rescue
81
my_exception ->
82
Sentry.capture_exception(my_exception, [stacktrace: __STACKTRACE__, extra: %{extra: information}])
0 commit comments