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

Enable sentry caching to avoid sentry writing outside of game directory #31417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

peppy
Copy link
Member

@peppy peppy commented Jan 4, 2025

We have two options to avoid pollution of random folders by sentry: disable caching, or provide a sane cache location. Disabling the caching seems like a bad idea, as it uses this as a staging area for sending previous execution captured events that may not be sent yet, in addition to caching.

@peppy peppy force-pushed the enable-sentry-caching branch 2 times, most recently from 88e3fda to 3a0a265 Compare January 4, 2025 05:33
@pull-request-size pull-request-size bot added size/S and removed size/XS labels Jan 4, 2025
@peppy peppy marked this pull request as draft January 4, 2025 05:36
@peppy peppy force-pushed the enable-sentry-caching branch from 3a0a265 to 0b21f49 Compare January 15, 2025 09:49
@peppy peppy marked this pull request as ready for review January 15, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants