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 0b250aa commit 7f6bcabCopy full SHA for 7f6bcab
sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryUserFeedbackButton.kt
@@ -18,8 +18,8 @@ import io.sentry.SentryFeedbackOptions
18
@Composable
19
public fun SentryUserFeedbackButton(
20
modifier: Modifier = Modifier,
21
- configurator: SentryFeedbackOptions.OptionsConfigurator? = null,
22
text: String = "Report a Bug",
+ configurator: SentryFeedbackOptions.OptionsConfigurator? = null,
23
) {
24
Button(modifier = modifier, onClick = { Sentry.showUserFeedbackDialog(configurator) }) {
25
Row(
0 commit comments