We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS:
Platform:
Output of node -v && npm -v && npm ls --prod --depth=0
node -v && npm -v && npm ls --prod --depth=0
<!-- Replace this -->
Config:
Sentry.config(sentryDsn, { release: pkg.version, // package.json value serverName: Platform.OS, logLevel: SentryLog.Error, autoBreadcrumbs: { xhr: false, console: true, dom: true, location: true, }, }).install()
I have following issue:
Inside XCode, while running, I get numerous warnings like this:
NSUnderlyingError=0x604000e40b70 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 2018-02-27 20:19:01.305455+0100 Butikk[82285:36680006] Sentry - Error:: Couldn't delete file /Users/.../Library/Developer/CoreSimulator/Devices/10C6E393-2EC6-4295-85AC-E0BE6447DBFC/data/Containers/Data/Application/AB6D49A8-BDE6-42A5-9628-970E6A9BF3F1/Library/Caches/io.sentry/363699b4af73cbbc303401ff1ceb18d1d5e90252/breadcrumbs/1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json: Error Domain=NSCocoaErrorDomain Code=4 "“1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json” couldn’t be removed." UserInfo={NSFilePath=/Users/.../Library/Developer/CoreSimulator/Devices/10C6E393-2EC6-4295-85AC-E0BE6447DBFC/data/Containers/Data/Application/AB6D49A8-BDE6-42A5-9628-970E6A9BF3F1/Library/Caches/io.sentry/363699b4af73cbbc303401ff1ceb18d1d5e90252/breadcrumbs/1519759133.258497-52-90DFEC1B-C1FB-4E3B-A2D1-E62454261E59.json, NSUserStringVariant=( Remove )
It is just a warning, but it is really annoying.
The text was updated successfully, but these errors were encountered:
Hey, this should be fixed as of version > 0.35.1
0.35.1
Sorry, something went wrong.
HazAT
No branches or pull requests
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
Inside XCode, while running, I get numerous warnings like this:
It is just a warning, but it is really annoying.
The text was updated successfully, but these errors were encountered: