Skip to content

Commit

Permalink
Updated a test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Sep 12, 2024
1 parent 3995dd2 commit 33ec02c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/integrations/django/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ def test_transaction_with_class_view(sentry_init, client, capture_events):

def test_has_trace_if_performance_enabled(sentry_init, client, capture_events):
sentry_init(
integrations=[DjangoIntegration()],
integrations=[
DjangoIntegration(
http_methods_to_capture=("HEAD"),
)
],
traces_sample_rate=1.0,
)
events = capture_events()
Expand Down

0 comments on commit 33ec02c

Please sign in to comment.