Which library the sentry-native conan recipe should preferably required ? #798
Replies: 1 comment 5 replies
-
Hi @MartinDelille, thanks for your work on the conan recipe. In short: crashpad and breakpad from google aren't tested from our side. Precisely, we do not track which version of crashpad/breadpad is currently available on conan, vcpkg, etc., so we cannot guarantee that any version of the Native SDK is in sync with the changes in that specific package. There are also a couple of local changes in the sentry forks, like client-side stack traces, having a So, while I understand that this is an additional effort (believe me, it is for us as well, the decision to maintain local forks is not made lightly), my suggestion would be to keep working with the sentry forks. |
Beta Was this translation helpful? Give feedback.
-
This is more a question than a bug report so I removed the issue template and will try to be as comprehensive as possible.
I'm maintaining the sentry-native recipe on the conan center index. As you can see there is a pretty high number of package download (5% of the overall release download count according to github API).
There is currently 4 backend option:
I wondered what could be the issue using the one from google ? It would be simpler to maintain the sentry-native recipe if the default backend where the one from google because it would avoid to update sentry-crashpad and. sentry-breakpad for every minor version. What risk do you see in changing the current default ?
Beta Was this translation helpful? Give feedback.
All reactions