You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Java, ownership rule supports module:package.name.xxx pattern.
But, for C/C++, it looks ownership rule does not support 'module:cppmodule::xxxormodule:c_symbol` pattern.
So, auto assignee feature is not working for Sentry native (or android for JNI) projects.
Please consider to support C/C++(or other native) symbols on ownership rule.
Hi there, thanks for creating this issue. Is it possible to share a link to a project/issue where you are experiencing this problem? Most features in Sentry are not platform-specific, so if it works for Java, I believe it should also work for C/C++, though I'm not the most familiar with those languages.
I was able to set up rules following your example on a 'native' platform project, is the problem that they aren't being applied correctly?
Problem Statement
For Java, ownership rule supports
module:package.name.xxx
pattern.But, for C/C++, it looks ownership rule does not support 'module:cppmodule::xxx
or
module:c_symbol` pattern.So, auto assignee feature is not working for Sentry native (or android for JNI) projects.
Please consider to support C/C++(or other native) symbols on ownership rule.
Solution Brainstorm
No response
Product Area
Processing
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: