View Source Sentry.Util (sentry v8.1.0)
Provides basic utility functions.
Link to this section Summary
Functions
Generates a iso8601_timestamp without microseconds and timezone
Generates a unix timestamp
Link to this section Functions
@spec iso8601_timestamp() :: String.t()
Generates a iso8601_timestamp without microseconds and timezone
@spec mix_deps() :: [atom()]
@spec unix_timestamp() :: pos_integer()
Generates a unix timestamp
@spec uuid4_hex() :: String.t()