Skip to content

Commit 1052ab2

Browse files
committed
fix typespec
1 parent 3e45050 commit 1052ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ defmodule Sentry do
9191
See `Sentry.Logger`
9292
"""
9393

94-
@type send_result :: Sentry.Client.send_result() | :excluded | :ignored
94+
@type send_result :: Sentry.Client.send_event_result() | :excluded | :ignored
9595

9696
def start(_type, _opts) do
9797
children = [

0 commit comments

Comments
 (0)