Browse Source

build: Update sentry-relay to 0.9.0 (#73938)

Jan Michael Auer 8 months ago
parent
commit
33a6514f57

+ 1 - 1
requirements-base.txt

@@ -65,7 +65,7 @@ sentry-arroyo>=2.16.5
 sentry-kafka-schemas>=0.1.101
 sentry-ophio==0.2.7
 sentry-redis-tools>=0.1.7
-sentry-relay>=0.8.67
+sentry-relay>=0.9.0
 sentry-sdk>=2.7.0
 slack-sdk>=3.27.2
 snuba-sdk>=2.0.33

+ 1 - 1
requirements-dev-frozen.txt

@@ -185,7 +185,7 @@ sentry-forked-djangorestframework-stubs==3.15.0.post1
 sentry-kafka-schemas==0.1.101
 sentry-ophio==0.2.7
 sentry-redis-tools==0.1.7
-sentry-relay==0.8.67
+sentry-relay==0.9.0
 sentry-sdk==2.7.0
 sentry-usage-accountant==0.0.10
 simplejson==3.17.6

+ 1 - 1
requirements-frozen.txt

@@ -126,7 +126,7 @@ sentry-arroyo==2.16.5
 sentry-kafka-schemas==0.1.101
 sentry-ophio==0.2.7
 sentry-redis-tools==0.1.7
-sentry-relay==0.8.67
+sentry-relay==0.9.0
 sentry-sdk==2.7.0
 sentry-usage-accountant==0.0.10
 simplejson==3.17.6

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

@@ -59,6 +59,7 @@ def call_endpoint(client, relay, private_key):
             "spans": "base64",
             "transactions": "base64",
         },
+        "sentry-metrics.extrapolation.duplication-limit": 42,
     }
 )
 def test_global_config():