-
Notifications
You must be signed in to change notification settings - Fork 2k
override sentry default backend and not the backend itself #11154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
override sentry default backend and not the backend itself #11154
Conversation
Unfortunatelly this does not work as expected. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit eb1b0d6sentry-native/0.4.17
sentry-native/0.4.15
sentry-native/0.4.13
|
Do someone know, why a warning is showed, even if there is such line in a recipe:
|
@ericLemanissier might be able to help 🤞 |
Most probably because of the capital V on the lib name, which should be lower case |
All green in build 2 ( |
@prince-chrismc @ericLemanissier @uilianries @SSE4, please review |
As you realized. This does not work. What you can do is to add an |
I detected other pull requests that are modifying sentry-native/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: sentry-native/0.4.17
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!