Skip to content

Commit

Permalink
test(ds): Remove unused global config option (#4267)
Browse files Browse the repository at this point in the history
When looking for where we have to remove that global config option, I
noticed we still have a use in Relay itself. It was just removed.
  • Loading branch information
Dav1dde authored Nov 19, 2024
1 parent 414a913 commit 46f9894
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_dynamic_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,6 @@ def test_relay_chain(
def test_relay_chain_keep_unsampled_profile(
mini_sentry, relay, relay_with_processing, profiles_consumer, mode
):
mini_sentry.global_config["options"] = {
"profiling.profile_metrics.unsampled_profiles.enabled": True,
}

profiles_consumer = profiles_consumer()

# Create an envelope with a profile:
Expand Down

0 comments on commit 46f9894

Please sign in to comment.