Skip to content

Commit 982d436

Browse files
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>
1 parent ce17387 commit 982d436

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sentry-arroyo>=2.16.2
6565
sentry-kafka-schemas>=0.1.64
6666
sentry-ophio==0.2.3
6767
sentry-redis-tools>=0.1.7
68-
sentry-relay>=0.8.50
68+
sentry-relay>=0.8.52
6969
sentry-sdk>=1.40.6
7070
snuba-sdk>=2.0.31
7171
simplejson>=3.17.6

requirements-dev-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ sentry-forked-djangorestframework-stubs==3.14.5.post1
180180
sentry-kafka-schemas==0.1.64
181181
sentry-ophio==0.2.3
182182
sentry-redis-tools==0.1.7
183-
sentry-relay==0.8.50
183+
sentry-relay==0.8.52
184184
sentry-sdk==1.40.6
185185
sentry-usage-accountant==0.0.10
186186
simplejson==3.17.6

requirements-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sentry-arroyo==2.16.2
122122
sentry-kafka-schemas==0.1.64
123123
sentry-ophio==0.2.3
124124
sentry-redis-tools==0.1.7
125-
sentry-relay==0.8.50
125+
sentry-relay==0.8.52
126126
sentry-sdk==1.40.6
127127
sentry-usage-accountant==0.0.10
128128
simplejson==3.17.6

tests/sentry/api/endpoints/test_relay_globalconfig_v3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def test_global_config():
3535
config = get_global_config()
3636
# Set options to Relay's non-default values to avoid Relay skipping deserialization
3737
config["options"]["relay.cardinality-limiter.error-sample-rate"] = 1.0
38+
config["options"]["relay.metric-stats.rollout-rate"] = 0.5
3839
config["options"]["profiling.profile_metrics.unsampled_profiles.enabled"] = True
3940
config["options"]["profiling.profile_metrics.unsampled_profiles.platforms"] = ["fake-platform"]
4041
config["options"]["profiling.profile_metrics.unsampled_profiles.sample_rate"] = 1.0

0 commit comments

Comments
 (0)