Skip to content

Instructions on installing sentry-native SDK on linux (ubuntu 22.04) #866

Answered by supervacuus
tian-yu-ocado asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tian-yu-ocado!

Building and installing the Sentry Native SDK for docker is not that different from doing so on a regular Linux host. For docker specifically, our users choose the breakpad backend (which is also the default on Linux) because this way, you do not need to maintain a separate process beyond your executables lifetime (as you would have to with crashpad with processes crashes via a separate executable which outlives the crashed process).

The process of installing and building the Native SDK is explained here: https://docs.sentry.io/platforms/native/#install. Download the sentry-native.zip since it will contain vendored source dependencies.

After downloading and extracting t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tian-yu-ocado
Comment options

@supervacuus
Comment options

Answer selected by tian-yu-ocado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants