You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add user id, username and email to log attributes
* wip
* Check log event count before sending envelope
* changelog
* Min event level config option; enable logs in logback sample
* Flush logs when client flushes
* Improve log flushing and add test
* review feedback
* treat unformatted message and params as pii if logback encoder is present
* add tests for pii handling
* changelog
* api
Copy file name to clipboardExpand all lines: sentry-test-support/api/sentry-test-support.api
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ public final class io/sentry/AssertionsKt {
6
6
public static final fun assertEnvelopeTransaction (Ljava/util/List;Lio/sentry/ILogger;Lkotlin/jvm/functions/Function2;)Lio/sentry/protocol/SentryTransaction;
7
7
public static synthetic fun assertEnvelopeTransaction$default (Ljava/util/List;Lio/sentry/ILogger;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lio/sentry/protocol/SentryTransaction;
8
8
public static final fun checkEvent (Lkotlin/jvm/functions/Function1;)Lio/sentry/SentryEnvelope;
9
+
public static final fun checkLogs (Lkotlin/jvm/functions/Function1;)Lio/sentry/SentryEnvelope;
9
10
public static final fun checkTransaction (Lkotlin/jvm/functions/Function1;)Lio/sentry/SentryEnvelope;
10
11
public static final fun getMockServerRequestTimeoutMillis ()J
0 commit comments