Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: add build option to disable sentry #3934

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

jcollie
Copy link
Collaborator

@jcollie jcollie commented Dec 29, 2024

This disables compiling/linking Sentry automatically on platforms other than macOS, which removes a potential blocker for getting Ghostty running on *BSD or other systems.

This is also useful for the security paranoid that don't want any chance that sensitive information could be captured in a crash dump.

@jcollie jcollie force-pushed the disable-sentry branch 4 times, most recently from 0b16d86 to f2c8b29 Compare December 29, 2024 20:26
build.zig Outdated Show resolved Hide resolved
@mitchellh
Copy link
Contributor

Updated to remove the macOS CI test. macOS builds are already slow and expensive as it is, I don't think this is a common enough config on macOS to warrant it. Kept Linux.

Also removed the Windows check since we default to false on Windows anyways.

@mitchellh mitchellh enabled auto-merge January 2, 2025 21:35
@mitchellh mitchellh disabled auto-merge January 2, 2025 21:35
@mitchellh mitchellh enabled auto-merge January 2, 2025 21:41
@mitchellh mitchellh merged commit 1a530cb into ghostty-org:main Jan 2, 2025
23 checks passed
mitchellh added a commit that referenced this pull request Jan 2, 2025
This disables compiling/linking Sentry automatically on platforms other
than macOS, which removes a potential blocker for getting Ghostty
running on *BSD or other systems.

This is also useful for the security paranoid that don't want any chance
that sensitive information could be captured in a crash dump.
@github-actions github-actions bot added this to the 1.0.2 milestone Jan 2, 2025
@jcollie jcollie deleted the disable-sentry branch January 3, 2025 01:13
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