Skip to content

Conversation

romtsn
Copy link
Member

@romtsn romtsn commented Oct 2, 2025

📜 Description

  • There's no companion object in SentryModifier because it's an object itself, so we just have to use the instance of the class
  • Also updated the sample app so we can use the compiler plugin directly in it without the need to publish it first

💡 Motivation and Context

Closes #941

💚 How did you test it?

Manually verified that composables are tagged and breadcrumbs are created for them + existing tests should cover it

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

@romtsn romtsn merged commit 9d47b3b into main Oct 3, 2025
17 checks passed
@romtsn romtsn deleted the rz/fix/compiler-plugin-kotlin-2xx branch October 3, 2025 07:25
romtsn added a commit that referenced this pull request Oct 3, 2025
* fix(kotlin-compiler): Fix Modifier.sentryTag() not found warning

* Use local compiler plugin included build

* Spotless

* Changelog

* Bump compose versions
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.

Kotlin Compiler Plugin 5.8.0 causes build break with Kotlin 2.2.0
2 participants