Sentry update + TOML configuration - #186
Merged
Merged
Conversation
kerberjg
force-pushed
the
feature/sentry-improvements
branch
from
June 5, 2026 11:42
c941544 to
d7b0f08
Compare
kerberjg
force-pushed
the
feature/sentry-improvements
branch
11 times, most recently
from
June 11, 2026 12:19
0045bf8 to
ac40d81
Compare
kerberjg
force-pushed
the
feature/sentry-improvements
branch
from
June 11, 2026 14:25
ac40d81 to
459509c
Compare
kerberjg
force-pushed
the
feature/sentry-improvements
branch
2 times, most recently
from
June 12, 2026 15:12
c70a9da to
5a6c7e8
Compare
kerberjg
force-pushed
the
feature/sentry-improvements
branch
from
June 12, 2026 17:50
de0a142 to
92923b6
Compare
kerberjg
marked this pull request as ready for review
June 12, 2026 17:52
jwinarske
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following PR updates the implementation of
sentry-native(now built against v0.14.2) via the built-inCrashHandler, and implements support for full TOML configuration (config.toml):DSN URL is specified via
SENTRY_DSNenvironment variable.As such, any support for tags/release/etc configuration via env vars or CMake defines has been removed and superseded by the above.
TODO:
--override-repofor branch/ref override for cloning meta-flutter/workspace-automation#176setup-workspaceGitHub Action + caching meta-flutter/workspace-automation#172BUILD_CRASH_HANDLER=ON