Skip to content

Commit 27c92dd

Browse files
romtsnclaude
andcommitted
chore: Deprecate SentryUserFeedbackButton in sentry-compose
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent edd256f commit 27c92dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryUserFeedbackButton.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import androidx.compose.ui.unit.dp
1515
import io.sentry.Sentry
1616
import io.sentry.SentryFeedbackOptions
1717

18+
@Deprecated("Use Sentry.feedback().show() instead.", replaceWith = ReplaceWith("Sentry.feedback().show(configurator)", "io.sentry.Sentry"))
1819
@Composable
1920
public fun SentryUserFeedbackButton(
2021
modifier: Modifier = Modifier,

0 commit comments

Comments
 (0)