Description
openedon Nov 29, 2023
Native backend uses offline caching to store the error at the time of the crash and only sends it later on the second app run. what do we want to do about the cache directory path? Defaults to the current working directory. Can we figure out a more reasonable default or do we want to document this? Or even warn unless explicitly specified?
See #2887 (comment)
what do we want to do about the cache directory path? Defaults to the current working directory. Can we figure out a more reasonable default or do we want to document this? Or even warn unless explicitly specified?
This is a problem on a Mac where the OS asks the user to give permission if the file is on Documents and others.
I wonder if using a consistent path name underPath.GetTempPath
is an alternative.It's a problem on Unity today btw ^ so we could align the solution here
ALso a problem the fact we don't have paths by default. And the .NET SDK doesn't support having more than 1 instance of the app running at the same time (afaik not fixed) as worker transports would race to pick work off of the directory
Metadata
Assignees
Type
Projects
Status
No status