Package io.sentry
Class SentryAttributes
java.lang.Object
io.sentry.SentryAttributes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(@Nullable SentryAttribute attribute) static @NotNull SentryAttributes
@NotNull Map<String,
SentryAttribute> static @NotNull SentryAttributes
of
(@Nullable SentryAttribute... attributes)
-
Method Details
-
add
-
getAttributes
-
of
@NotNull public static @NotNull SentryAttributes of(@Nullable @Nullable SentryAttribute... attributes) -
fromMap
@NotNull public static @NotNull SentryAttributes fromMap(@Nullable @Nullable Map<String, Object> attributes)
-