Skip to content

feat: Allow flushing breadcrumbs - #293

Open
LouisCAD wants to merge 1 commit into
mainfrom
flush-breadcrumbs
Open

feat: Allow flushing breadcrumbs#293
LouisCAD wants to merge 1 commit into
mainfrom
flush-breadcrumbs

Conversation

@LouisCAD

@LouisCAD LouisCAD commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@LouisCAD
LouisCAD requested review from tevincent and a balanced review from Copilot August 6, 2026 13:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a hidden avatar long-press action to send accumulated breadcrumbs to Sentry.

Changes:

  • Adds long-press handling to the account avatar.
  • Captures a Sentry message tagged with the current user ID.

Comment on lines +189 to +193
.combinedClickable(
interactionSource = remember { MutableInteractionSource() },
indication = null,
onLongClick = { sendBreadcrumbForUser(user?.id?.toLong()) },
onClick = {},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah but the onClick is not nullable and we don't want to use it. How to avoid that ?

@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants