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 1a91f1f commit 4ab5516Copy full SHA for 4ab5516
1 file changed
lib/sentry/envelope.ex
@@ -15,7 +15,7 @@ defmodule Sentry.Envelope do
15
@type t() :: %__MODULE__{
16
event_id: UUID.t(),
17
items: [
18
- Event.t() | Attachment.t() | CheckIn.t() | ClientReport.t() | Transaction.t()
+ Attachment.t() | CheckIn.t() | ClientReport.t() | Event.t() | Transaction.t()
19
]
20
}
21
0 commit comments