Skip to content

Commit

Permalink
Fix t:Sentry.Context.t/0 (#618)
Browse files Browse the repository at this point in the history
Closes #616.
  • Loading branch information
whatyouhide committed Sep 25, 2023
1 parent ab5c748 commit 755773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry/context.ex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ defmodule Sentry.Context do
See `set_tags_context/1`.
"""
@typedoc since: "9.0.0"
@type tags() :: %{optional(atom()) => term()}
@type tags() :: %{optional(atom()) => String.t() | number() | boolean() | nil}

@typedoc """
A map of **extra** data.
Expand Down

0 comments on commit 755773e

Please sign in to comment.