Skip to content

Commit 299663c

Browse files
committed
api
1 parent f29c3ca commit 299663c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sentry/api/sentry.api

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ public final class io/sentry/EnvelopeSender : io/sentry/IEnvelopeSender {
458458
public abstract interface class io/sentry/EventProcessor {
459459
public fun getOrder ()Ljava/lang/Long;
460460
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
461+
public fun process (Lio/sentry/SentryLogEvent;)Lio/sentry/SentryLogEvent;
461462
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
462463
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
463464
}
@@ -1284,6 +1285,7 @@ public final class io/sentry/MainEventProcessor : io/sentry/EventProcessor, java
12841285
public fun close ()V
12851286
public fun getOrder ()Ljava/lang/Long;
12861287
public fun process (Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;
1288+
public fun process (Lio/sentry/SentryLogEvent;)Lio/sentry/SentryLogEvent;
12871289
public fun process (Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;
12881290
public fun process (Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;
12891291
}
@@ -3143,6 +3145,7 @@ public final class io/sentry/SentryLogEvent : io/sentry/JsonSerializable, io/sen
31433145
public fun getTimestamp ()Ljava/lang/Double;
31443146
public fun getUnknown ()Ljava/util/Map;
31453147
public fun serialize (Lio/sentry/ObjectWriter;Lio/sentry/ILogger;)V
3148+
public fun setAttribute (Ljava/lang/String;Lio/sentry/SentryLogEventAttributeValue;)V
31463149
public fun setAttributes (Ljava/util/Map;)V
31473150
public fun setBody (Ljava/lang/String;)V
31483151
public fun setLevel (Lio/sentry/SentryLogLevel;)V

0 commit comments

Comments
 (0)