Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 11, 2023
1 parent 62d74c2 commit b217e23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/sentry/event.ex
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ defmodule Sentry.Event do
The source of the event. This fills in the `:source` field of the
returned struct. This is not present by default.
"""
],
interpolation_parameters: [
type: {:list, :string},
doc: """
The parameters to use for message interpolation. This is only used if the
`:message` option is present. This is not present by default. See
`Sentry.capture_message/2`. *Available since v10.1.0*.
"""
]
]

Expand Down

0 comments on commit b217e23

Please sign in to comment.