Skip to content

Commit

Permalink
Revert "feat(sentry-sdk): Enable HTTP2 transport (#79278)"
Browse files Browse the repository at this point in the history
This reverts commit 64e3558.
  • Loading branch information
ellisonmarks authored Oct 18, 2024
1 parent 615a24b commit 5b29443
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/utils/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ def _get_sdk_options() -> tuple[SdkConfig, Dsns]:
sdk_options["release"] = (
f"backend@{sdk_options['release']}" if "release" in sdk_options else None
)
sdk_options.setdefault("_experiments", {}).update(
transport_http2=True,
)

# Modify SENTRY_SDK_CONFIG in your deployment scripts to specify your desired DSN
dsns = Dsns(
Expand Down

0 comments on commit 5b29443

Please sign in to comment.