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: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,17 +100,6 @@ This repo uses the following ways to release SDK updates:
100
100
*[Sample App. with Sentry Java SDK](https://github.com/getsentry/examples/tree/master/java).
101
101
*[Sample for Development](https://github.com/getsentry/sentry-java/tree/main/sentry-samples).
102
102
103
-
# Development
104
-
105
-
This repository includes [`sentry-native`](https://github.com/getsentry/sentry-native/) as a git submodule.
106
-
To build against `sentry-native` checked-out elsewhere in your file system, create a symlink `sentry-android-ndk/sentry-native-local` that points to your `sentry-native` directory.
107
-
For example, if you had `sentry-native` checked-out in a sibling directory to this repo:
which will be picked up by `gradle` and used instead of the git submodule.
112
-
This directory is also included in `.gitignore` not to be shown as pending changes.
113
-
114
103
# Sentry Self Hosted Compatibility
115
104
116
105
Since version 3.0.0 of this SDK, Sentry version >= v20.6.0 is required. This only applies to self-hosted Sentry, if you are using [sentry.io](http://sentry.io/) no action is needed.
Copy file name to clipboardExpand all lines: sentry-android-core/api/sentry-android-core.api
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -198,24 +198,12 @@ public final class io/sentry/android/core/ContextUtils {
198
198
199
199
public class io/sentry/android/core/CurrentActivityHolder {
200
200
public fun clearActivity ()V
201
+
public fun clearActivity (Landroid/app/Activity;)V
201
202
public fun getActivity ()Landroid/app/Activity;
202
203
public static fun getInstance ()Lio/sentry/android/core/CurrentActivityHolder;
203
204
public fun setActivity (Landroid/app/Activity;)V
204
205
}
205
206
206
-
public final class io/sentry/android/core/CurrentActivityIntegration : android/app/Application$ActivityLifecycleCallbacks, io/sentry/Integration, java/io/Closeable {
207
-
public fun <init> (Landroid/app/Application;)V
208
-
public fun close ()V
209
-
public fun onActivityCreated (Landroid/app/Activity;Landroid/os/Bundle;)V
210
-
public fun onActivityDestroyed (Landroid/app/Activity;)V
211
-
public fun onActivityPaused (Landroid/app/Activity;)V
212
-
public fun onActivityResumed (Landroid/app/Activity;)V
213
-
public fun onActivitySaveInstanceState (Landroid/app/Activity;Landroid/os/Bundle;)V
214
-
public fun onActivityStarted (Landroid/app/Activity;)V
215
-
public fun onActivityStopped (Landroid/app/Activity;)V
216
-
public fun register (Lio/sentry/IScopes;Lio/sentry/SentryOptions;)V
217
-
}
218
-
219
207
public final class io/sentry/android/core/DeviceInfoUtil {
220
208
public fun <init> (Landroid/content/Context;Lio/sentry/android/core/SentryAndroidOptions;)V
221
209
public fun collectDeviceInformation (ZZ)Lio/sentry/protocol/Device;
@@ -502,7 +490,10 @@ public class io/sentry/android/core/performance/AppStartMetrics : io/sentry/andr
502
490
public fun isAppLaunchedInForeground ()Z
503
491
public fun onActivityCreated (Landroid/app/Activity;Landroid/os/Bundle;)V
504
492
public fun onActivityDestroyed (Landroid/app/Activity;)V
493
+
public fun onActivityPaused (Landroid/app/Activity;)V
494
+
public fun onActivityResumed (Landroid/app/Activity;)V
505
495
public fun onActivityStarted (Landroid/app/Activity;)V
496
+
public fun onActivityStopped (Landroid/app/Activity;)V
506
497
public fun onAppStartSpansSent ()V
507
498
public static fun onApplicationCreate (Landroid/app/Application;)V
508
499
public static fun onApplicationPostCreate (Landroid/app/Application;)V
0 commit comments