aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/sentryintegration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* `--sentry-dsn` option for zen command line and zenserver to control Sentry ↵Dan Engelbrecht2025-06-091-1/+6
| | | | | reporting endpoint (#427) moved sentry database path to temporary directory for zen commandline
* add sentry for zen command (#373)Dan Engelbrecht2025-05-061-0/+327
* refactor sentry integration and add to zen command line tool * move add_ldflags("-framework Security")