-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
sentry-native: add crashpad support #5524
sentry-native: add crashpad support #5524
Conversation
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 comment has been minimized.
This comment has been minimized.
This looks nice, but IIRC sentry-native uses own crashpad fork |
@espkk I just looked at the release page of sentry-native, and it looks like they provide a |
All green in build 2 (
|
That's nice! I was sure it is shipped without submodules. |
Increased modularity. |
Ok, that makes sense. |
How to switch transparently (or from the command line or using profiles), that I don't know because I will hardcode By using |
There are some recipes that are already modifying the requirements based on some option, you can find examples related to the different JPEG implementations
|
Hi @madebr! I saw that you are working on a recipe for the sentry-crashpad. Do you plan to integrate it with the current one? |
@Dev-vlad |
@Dev-vlad |
@madebr, thanks! |
Specify library name and version: sentry-native/all
Add crashpad support to sentry-native.
Depends on #5511 when using with
-o crashpad:backend=crashpad
.conan-center hook activated.