We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ca886 commit 82d5fa7Copy full SHA for 82d5fa7
sentry-android-core/src/main/java/io/sentry/android/core/SentryUserFeedbackDialog.java
@@ -12,6 +12,7 @@
12
import io.sentry.IScopes;
13
import io.sentry.Sentry;
14
import io.sentry.SentryFeedbackOptions;
15
+import io.sentry.SentryIntegrationPackageStorage;
16
import io.sentry.SentryLevel;
17
import io.sentry.SentryOptions;
18
import io.sentry.protocol.Feedback;
@@ -34,6 +35,7 @@ public final class SentryUserFeedbackDialog extends AlertDialog {
34
35
final @Nullable OptionsConfiguration configuration) {
36
super(context, themeResId);
37
this.configuration = configuration;
38
+ SentryIntegrationPackageStorage.getInstance().addIntegration("UserFeedbackWidget");
39
}
40
41
@Override
0 commit comments