Skip to content

Commit

Permalink
Revert "feat(sentry-sdk): Enable HTTP2 transport" (#79391)
Browse files Browse the repository at this point in the history
Reverts #79278

It's possible that this caused S4S to stop getting data from sentry.
  • Loading branch information
ellisonmarks authored and kneeyo1 committed Oct 21, 2024
1 parent 0eb1845 commit 54665c6
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 54665c6

Please sign in to comment.