2 Commits

Author SHA1 Message Date
Jamil
525c1b502b feat(apple): Add Sentry reporting to Swift codebase (#7620)
Adds Sentry SDK to the Swift codebase. Currently error captures are
implemented and happen during `Log.error` calls.

Fixes #7560
2025-01-04 00:59:59 +00:00
Jamil
97d4d77152 chore(connlib): Add PrivacyManifest (#4400)
It seems that even after getting rid of all of our direct dependencies
on `fstat`, rust compiles our library against `libSystem` anyway (libc)
and so these calls are impossible to get rid of.

Instead, we declare a privacy manifest.

fixes #4377
2024-03-29 23:28:36 -07:00