Browse Source

ref: bump sentry-relay to 0.8.52 (#67225)

Co-Authored-By: phacops <336345+phacops@users.noreply.github.com>

---------

Co-authored-by: getsentry-bot <10587625+getsentry-bot@users.noreply.github.com>
Co-authored-by: phacops <336345+phacops@users.noreply.github.com>
Co-authored-by: Pierre Massat <pierre.massat@sentry.io>
Sentry Bot 11 months ago
parent
commit
982d436443

+ 1 - 1
requirements-base.txt

@@ -65,7 +65,7 @@ sentry-arroyo>=2.16.2
 sentry-kafka-schemas>=0.1.64
 sentry-ophio==0.2.3
 sentry-redis-tools>=0.1.7
-sentry-relay>=0.8.50
+sentry-relay>=0.8.52
 sentry-sdk>=1.40.6
 snuba-sdk>=2.0.31
 simplejson>=3.17.6

+ 1 - 1
requirements-dev-frozen.txt

@@ -180,7 +180,7 @@ sentry-forked-djangorestframework-stubs==3.14.5.post1
 sentry-kafka-schemas==0.1.64
 sentry-ophio==0.2.3
 sentry-redis-tools==0.1.7
-sentry-relay==0.8.50
+sentry-relay==0.8.52
 sentry-sdk==1.40.6
 sentry-usage-accountant==0.0.10
 simplejson==3.17.6

+ 1 - 1
requirements-frozen.txt

@@ -122,7 +122,7 @@ sentry-arroyo==2.16.2
 sentry-kafka-schemas==0.1.64
 sentry-ophio==0.2.3
 sentry-redis-tools==0.1.7
-sentry-relay==0.8.50
+sentry-relay==0.8.52
 sentry-sdk==1.40.6
 sentry-usage-accountant==0.0.10
 simplejson==3.17.6

+ 1 - 0
tests/sentry/api/endpoints/test_relay_globalconfig_v3.py

@@ -35,6 +35,7 @@ def test_global_config():
     config = get_global_config()
     # Set options to Relay's non-default values to avoid Relay skipping deserialization
     config["options"]["relay.cardinality-limiter.error-sample-rate"] = 1.0
+    config["options"]["relay.metric-stats.rollout-rate"] = 0.5
     config["options"]["profiling.profile_metrics.unsampled_profiles.enabled"] = True
     config["options"]["profiling.profile_metrics.unsampled_profiles.platforms"] = ["fake-platform"]
     config["options"]["profiling.profile_metrics.unsampled_profiles.sample_rate"] = 1.0