File tree Expand file tree Collapse file tree
sentry/src/main/java/io/sentry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public Breadcrumb(final @NotNull Date timestamp) {
214214 /**
215215 * Creates user breadcrumb - a user interaction with your app's UI. The breadcrumb can contain
216216 * additional data like {@code viewId} or {@code viewClass}. By default, the breadcrumb is
217- * captured with {@link SentryLevel.INFO} level.
217+ * captured with {@link SentryLevel} INFO level.
218218 *
219219 * @param subCategory - the category, for example "click"
220220 * @param viewId - the human-readable view id, for example "button_load"
@@ -231,7 +231,7 @@ public Breadcrumb(final @NotNull Date timestamp) {
231231 /**
232232 * Creates user breadcrumb - a user interaction with your app's UI. The breadcrumb can contain
233233 * additional data like {@code viewId} or {@code viewClass}. By default, the breadcrumb is
234- * captured with {@link SentryLevel.INFO} level.
234+ * captured with {@link SentryLevel} INFO level.
235235 *
236236 * @param subCategory - the category, for example "click"
237237 * @param viewId - the human-readable view id, for example "button_load"
You can’t perform that action at this time.
0 commit comments