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 3e45050 commit 1052ab2Copy full SHA for 1052ab2
lib/sentry.ex
@@ -91,7 +91,7 @@ defmodule Sentry do
91
See `Sentry.Logger`
92
"""
93
94
- @type send_result :: Sentry.Client.send_result() | :excluded | :ignored
+ @type send_result :: Sentry.Client.send_event_result() | :excluded | :ignored
95
96
def start(_type, _opts) do
97
children = [
0 commit comments