Skip to content

Sentry update + TOML configuration - #186

Merged
jwinarske merged 8 commits into
v2.0from
feature/sentry-improvements
Jun 15, 2026
Merged

Sentry update + TOML configuration#186
jwinarske merged 8 commits into
v2.0from
feature/sentry-improvements

Conversation

@kerberjg

@kerberjg kerberjg commented May 18, 2026

Copy link
Copy Markdown
Collaborator

The following PR updates the implementation of sentry-native (now built against v0.14.2) via the built-in CrashHandler, and implements support for full TOML configuration (config.toml):

[sentry]
release = "homescreen-1.0.0"
env = "production"
attachments = [
    "/path/to/crash.log",
    "/path/to/config.toml"
]
[sentry.tags]
platform = "linux"
device = "ivi"

DSN URL is specified via SENTRY_DSN environment 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:

@kerberjg
kerberjg force-pushed the feature/sentry-improvements branch 11 times, most recently from 0045bf8 to ac40d81 Compare June 11, 2026 12:19
@kerberjg
kerberjg force-pushed the feature/sentry-improvements branch from ac40d81 to 459509c Compare June 11, 2026 14:25
@kerberjg kerberjg changed the title Sentry update + TOML configuration Sentry update + TOML configuration (WIP_ Jun 11, 2026
@kerberjg kerberjg changed the title Sentry update + TOML configuration (WIP_ Sentry update + TOML configuration (WIP) Jun 11, 2026
@kerberjg
kerberjg force-pushed the feature/sentry-improvements branch 2 times, most recently from c70a9da to 5a6c7e8 Compare June 12, 2026 15:12
@kerberjg
kerberjg force-pushed the feature/sentry-improvements branch from de0a142 to 92923b6 Compare June 12, 2026 17:50
@kerberjg kerberjg changed the title Sentry update + TOML configuration (WIP) Sentry update + TOML configuration Jun 12, 2026
@kerberjg
kerberjg marked this pull request as ready for review June 12, 2026 17:52
@kerberjg
kerberjg requested a review from jwinarske as a code owner June 12, 2026 17:53
@jwinarske
jwinarske merged commit 1c164c7 into v2.0 Jun 15, 2026
21 checks passed
@jwinarske
jwinarske deleted the feature/sentry-improvements branch June 15, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants