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

Revert "feat: Track usage of the enableCaptureFailedRequests option" #2371

Conversation

philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Nov 8, 2022

Reverts #2368

We can already track this in Looker with the mechanism type

sentryException.mechanism = [[SentryMechanism alloc] initWithType:@"HTTPClientError"];

Sorry about that, @kevinrenskers. We can undo this PR. No need to send the data twice.

#skip-changelog

@kevinrenskers
Copy link
Contributor

kevinrenskers commented Nov 8, 2022 via email

@@ -416,7 +416,7 @@ NS_SWIFT_NAME(Options)

/**
* When enabled, the SDK captures HTTP Client errors. Default value is NO.
* This feature requires enableSwizzling enabled as well, default value is YES.
* This feature requires enableSwizzling enabled as well, Default value is YES.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep this though.

@philipphofmann philipphofmann merged commit 512ef36 into master Nov 8, 2022
@philipphofmann philipphofmann deleted the revert-2368-feature/2354-track-enableCaptureFailedRequests branch November 8, 2022 14:47
kevinrenskers added a commit that referenced this pull request Nov 9, 2022
* master:
  chore: Add match_local to Fastfile
  Revert "feat: Track usage of the enableCaptureFailedRequests option (#2368)" (#2371)
kevinrenskers added a commit that referenced this pull request Nov 9, 2022
* master:
  chore: Add match_local to Fastfile
  Revert "feat: Track usage of the enableCaptureFailedRequests option (#2368)" (#2371)
  chore: Remove PrivateSentrySDKOnly.h from umbrella header (#2349)
  feat: Track usage of the enableCaptureFailedRequests option (#2368)
  Update SentryNetworkTrackerIntegrationTests.swift (#2366)
  Fix typos in NetworkTrackerIntegrationTests (#2367)
  build(deps): bump github/codeql-action from 2.1.30 to 2.1.31 (#2364)
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