Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package io.sentry.android.fragment;
|
||||
|
||||
import android.app.Application;
|
||||
|
||||
import io.sentry.Integration;
|
||||
|
||||
public class FragmentLifecycleIntegration implements Integration {
|
||||
public FragmentLifecycleIntegration(Application application, boolean enableFragmentLifecycleBreadcrumbs, boolean enableAutoFragmentLifecycleTracing ) {
|
||||
// Stub
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue