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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- You can enable it by adding `sentry.enable-tracing=true` to your `application.properties`
10
10
- The Spring Boot integration can now be configured to add the `SentryAppender` to specific loggers instead of the `ROOT` logger ([#2173](https://github.com/getsentry/sentry-java/pull/2173))
11
11
- You can specify the loggers using `"sentry.logging.loggers[0]=foo.bar` and `"sentry.logging.loggers[1]=baz` in your `application.properties`
12
+
- Add capabilities to track Jetpack Compose composition/rendering time ([#2507](https://github.com/getsentry/sentry-java/pull/2507))
Copy file name to clipboardExpand all lines: sentry-compose/api/android/sentry-compose.api
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ public final class io/sentry/compose/BuildConfig {
6
6
public fun <init> ()V
7
7
}
8
8
9
+
public final class io/sentry/compose/SentryComposeTracingKt {
10
+
public static final fun SentryTraced (Ljava/lang/String;Landroidx/compose/ui/Modifier;ZLkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
11
+
}
12
+
9
13
public final class io/sentry/compose/SentryNavigationIntegrationKt {
10
14
public static final fun withSentryObservableEffect (Landroidx/navigation/NavHostController;ZZLandroidx/compose/runtime/Composer;II)Landroidx/navigation/NavHostController;
0 commit comments