Hi everyone, I'm working on integrating Sentry lo...
# kolide
s
Hi everyone, I'm working on integrating Sentry logging into the Kolide Launcher to capture runtime errors. I’ve added the Sentry logic and initialized the SDK in
main.go
. When I run
./launcher
directly, everything works fine and events show up in Sentry. However, when I install the launcher using the
.pkg
installer, the launcher runs successfully (I can see the computer appear in Fleet), but no logs are sent to Sentry. Has anyone here tried adding Sentry or another logging service to the launcher? Any idea ? Thanks in advance!
s
How are you packaging it? IIRC the packaging tools default to grabbing the stable version, not the one you've built. You might want to look at. they version it enrolled with.
But there's a side note here, that a bunch of launcher is only licensed for Kolide customers, so depending on what you're doing, you may not be in compliance.