-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Question] how use enableCaptureFailedRequests options ? #343
Comments
hi Sentry team, |
Hi @expcapitaldev and sorry for the late response. function onDeviceReady() {
var Sentry = cordova.require("sentry-cordova.Sentry");
Sentry.init({
dsn: 'YOUR_DSN',
...
enableCaptureFailedRequests: false,
}); please let me know if you have any more questions. |
hi Lucas, thanks for feedback, but we have some lint errors, looks like will be better to upate d.ts file |
Yeah it is not wrong, you can use |
My question related to https://docs.sentry.io/platforms/apple/guides/ios/configuration/http-client-errors/#customize-or-drop-the-error-event , how I can disable reporting in Sentry SDK HTTP errors ?
The text was updated successfully, but these errors were encountered: